Cute Little R Functions contains 16 functions for R/RStudio that facilitate basic procedures in 1) object analysis, 2) object modification, 3) graphic handling and 4) log file management.
Cute Little R Functions contains 17 functions for R/RStudio that facilitate basic procedures in 1) object analysis, 2) object modification, 3) graphic handling and 4) log file management.
The function names are:
The function names are:
fun_param_check()
fun_param_check() Check the class, type, mode and length, prop, neg values, na.contains, etc., of an object
fun_object_info()
fun_object_info() provide a full description of the object
fun_1D_comp()
fun_1D_comp() compare two 1D datasets (vector of factor or 1D table) of the same class or not
fun_2D_comp()
fun_2D_comp() compare two 2D datasets of the same class or not
fun_list_comp()
fun_list_comp() compare two lists
fun_dataframe_flipping()
fun_dataframe_remodeling() remodel data frames
fun_refactorization()
fun_refactorization() refactorize a factor or the factor columns of a data frame, such as only the class present are in the levels (no empty levels). The class order in levels is kept
fun_rounding()
fun_rounding() round a vector of values, if decimal, with the desired number of decimal digits after the decimal leading zeros