View source: R/0_data_processing.R
remove_variables | R Documentation |
Removes columns from data frame based on minimum values above 0
remove_variables(data_, min = 0.5, input, output)
data_ |
data |
min |
min. fraction of values above 0 |
input |
if data_ is list: name of data to use |
output |
if data_ is list: name of output data to save in list under |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.