Man pages for cparsania/TidyWrappers
TidyWrappers contains set of handy functions to deal with tbl object.

tbl_convert_column_zscoreScale numeric columns
tbl_convert_logApply 'log()' on numeric columns / variables
tbl_convert_log10Apply 'log10()' on numeric columns / variables
tbl_convert_log2Apply 'log2()' on numeric columns / variables
tbl_convert_row_zscoreScale rows
tbl_count_vars_NA_allCount columns / variables having all values are NA
tbl_count_vars_NA_anyCount columns / variables having atleast one NA
tbl_count_vars_zero_allCount columns / variables having all values are 0
tbl_count_vars_zero_anyCount columns / variables having atleast one 0
tbl_get_vars_NA_allGet column / variable names having all values are NA
tbl_get_vars_NA_anyGet column / variable names having atleast one NA
tbl_get_vars_zero_allGet column / variable names having all values are 0
tbl_get_vars_zero_anyGet columns names having atleast one 0
tbl_keep_rows_greater_than_or_equal_allKeep rows with greater than or equal "cutoff" in all numeric...
tbl_keep_rows_greater_than_or_equal_anyKeep rows with greater than or equal "cutoff" in any numeric...
tbl_keep_rows_less_than_or_equal_allKeep rows with less than or equal "cutoff" in all numeric...
tbl_keep_rows_less_than_or_equal_anyKeep rows with less than or equal "cutoff" in any numeric...
tbl_keep_rows_NA_allSubset rows having all NA
tbl_keep_rows_NA_anySubset rows having atleast one NA
tbl_keep_rows_zero_allSubset rows having all values are 0
tbl_keep_rows_zero_anySubset rows having atleast one 0
tbl_keep_vars_NA_allKeep columns / variables having all values are NA
tbl_keep_vars_NA_anyKeep columns / variables having atlease one NA
tbl_keep_vars_zero_allKeep columns / variables having all values are 0
tbl_keep_vars_zero_anyKeep columns / variables having atleast one 0
tbl_remove_rows_greater_than_or_equal_allRemove rows with greater than or equal "cutoff" in all...
tbl_remove_rows_greater_than_or_equal_anyRemove rows with greater than or equal "cutoff" in any...
tbl_remove_rows_less_than_or_equal_allRemove rows with less than or equal "cutoff" in all numeric...
tbl_remove_rows_less_than_or_equal_anyRemove rows with less than or equal "cutoff" in any numeric...
tbl_remove_rows_NA_allRemove rows having all NA
tbl_remove_rows_NA_anyRemove rows having atleast one NA
tbl_remove_rows_zero_allRemove rows having all values are 0.
tbl_remove_rows_zero_anyRemove rows having atleast one 0
tbl_remove_vars_NA_allRemove columns / variables having all values are NA
tbl_remove_vars_NA_anyRemove columns / variables having atlease one NA
tbl_remove_vars_zero_allRemove columns / variables having all values are 0
tbl_remove_vars_zero_anyRemove columns / variables having atleast one 0
tbl_replace_greater_thanReplace numeric values greater than given "cutoff"
tbl_replace_greater_than_or_equalReplace numeric values greater than or equal to given...
tbl_replace_less_thanReplace numeric values less than given "cutoff"
tbl_replace_less_than_or_equalReplace numeric values less than or equal given "'cutoff"
tbl_replace_numericReplace numeric value in a tibble.
tbl_replace_stringWrapper around 'stringr::str_replace_all()'
cparsania/TidyWrappers documentation built on Feb. 6, 2022, 3:25 p.m.