Description Usage Arguments Value Examples
View source: R/variable_operations.R
Return Valid variable names
1 |
data |
name of dataset |
threshold |
threshold percentage of NAs or missing values |
names of variables that fall within user defined criteria for missing value
1 2 3 | csv = system.file("extdata", 'nadata.csv', package = "nacleanR")
data <- read_data(csv)
validcols(data,50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.