Description Usage Arguments Examples
This function deletes observations above the missing percentage and returns new data.
1 | underlimit(data, limit)
|
data |
Dataset, matrix or dataframe. |
limit |
The lower limit of the desired missing rate (percentage). |
1 | Hitters %>% underlimit(20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.