tbl_convert_column_zscore | Scale numeric columns |
tbl_convert_log | Apply 'log()' on numeric columns / variables |
tbl_convert_log10 | Apply 'log10()' on numeric columns / variables |
tbl_convert_log2 | Apply 'log2()' on numeric columns / variables |
tbl_convert_row_zscore | Scale rows |
tbl_count_vars_NA_all | Count columns / variables having all values are NA |
tbl_count_vars_NA_any | Count columns / variables having atleast one NA |
tbl_count_vars_zero_all | Count columns / variables having all values are 0 |
tbl_count_vars_zero_any | Count columns / variables having atleast one 0 |
tbl_get_vars_NA_all | Get column / variable names having all values are NA |
tbl_get_vars_NA_any | Get column / variable names having atleast one NA |
tbl_get_vars_zero_all | Get column / variable names having all values are 0 |
tbl_get_vars_zero_any | Get columns names having atleast one 0 |
tbl_keep_rows_greater_than_or_equal_all | Keep rows with greater than or equal "cutoff" in all numeric... |
tbl_keep_rows_greater_than_or_equal_any | Keep rows with greater than or equal "cutoff" in any numeric... |
tbl_keep_rows_less_than_or_equal_all | Keep rows with less than or equal "cutoff" in all numeric... |
tbl_keep_rows_less_than_or_equal_any | Keep rows with less than or equal "cutoff" in any numeric... |
tbl_keep_rows_NA_all | Subset rows having all NA |
tbl_keep_rows_NA_any | Subset rows having atleast one NA |
tbl_keep_rows_zero_all | Subset rows having all values are 0 |
tbl_keep_rows_zero_any | Subset rows having atleast one 0 |
tbl_keep_vars_NA_all | Keep columns / variables having all values are NA |
tbl_keep_vars_NA_any | Keep columns / variables having atlease one NA |
tbl_keep_vars_zero_all | Keep columns / variables having all values are 0 |
tbl_keep_vars_zero_any | Keep columns / variables having atleast one 0 |
tbl_remove_rows_greater_than_or_equal_all | Remove rows with greater than or equal "cutoff" in all... |
tbl_remove_rows_greater_than_or_equal_any | Remove rows with greater than or equal "cutoff" in any... |
tbl_remove_rows_less_than_or_equal_all | Remove rows with less than or equal "cutoff" in all numeric... |
tbl_remove_rows_less_than_or_equal_any | Remove rows with less than or equal "cutoff" in any numeric... |
tbl_remove_rows_NA_all | Remove rows having all NA |
tbl_remove_rows_NA_any | Remove rows having atleast one NA |
tbl_remove_rows_zero_all | Remove rows having all values are 0. |
tbl_remove_rows_zero_any | Remove rows having atleast one 0 |
tbl_remove_vars_NA_all | Remove columns / variables having all values are NA |
tbl_remove_vars_NA_any | Remove columns / variables having atlease one NA |
tbl_remove_vars_zero_all | Remove columns / variables having all values are 0 |
tbl_remove_vars_zero_any | Remove columns / variables having atleast one 0 |
tbl_replace_greater_than | Replace numeric values greater than given "cutoff" |
tbl_replace_greater_than_or_equal | Replace numeric values greater than or equal to given... |
tbl_replace_less_than | Replace numeric values less than given "cutoff" |
tbl_replace_less_than_or_equal | Replace numeric values less than or equal given "'cutoff" |
tbl_replace_numeric | Replace numeric value in a tibble. |
tbl_replace_string | Wrapper around 'stringr::str_replace_all()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.