Description Usage Arguments Examples
This function displays the targeted data frame or data table with all columns with greater than a defined percentage of missing data (default 50%) removed.
1 |
x |
A data frame or data table. |
prct |
The percent of blank or NA data to be used as a criteria for removal. Default is 50%. |
view |
Show the data using the view command? Default is TRUE. |
return |
Return the data as a data table with the columns removed? Default is FALSE. |
message |
Display the message saying how many columns were removed? Default is TRUE. |
1 | cSanity()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.