A string or a vector of strings that describe the column
names (labels) where missingness will be simulated.
percentMissing
The percentage of missingness within specified columns.
"Percent missing" uses a binomial distribution to simulate missing data.
Default is 10 (i.e. 10% missing). Use impute_missingness
Value
A data table with columns of missing data (specified as NA's).