Description Usage Arguments Value Examples
Clean Data
1 | cleanData(crime_data)
|
crime_data |
a data frame to be cleaned |
A cleaned dataset with NA
entries removed
1 2 3 4 | ## Not run:
data(sub_all_crime)
sub_all_crime = cleanData(sub_all_crime)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.