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