Description Usage Arguments Value Examples
View source: R/variable_operations.R
Valid Variable Selector
1 | select_cols(data, threshold)
|
data |
name of dataset |
threshold |
threshold percentage of NAs or missing values |
output dataset after operation
1 2 3 | csv = system.file("extdata", 'nadata.csv', package = "nacleanR")
data <- read_data(csv)
select_cols(data,50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.