Description Usage Arguments Value Examples
Data is cleanedd
1 |
df |
data.frame, data to be cleaned |
id_var |
character, columnname of dataframe which acts as the ID variable |
na_threshold |
numeric, if NAs within a column are greater than the treshold given, this columns will be excluded |
... |
args forwarded to |
data.frame, excluding columns with too many NAs and impute existing NAs in numeric fields with zero
1 2 3 4 | ## Not run:
clean(CompanyData2018, id_var = "ID")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.