ds_extreme_obs | R Documentation |
Returns the most extreme observations.
ds_extreme_obs(data, col, decimals = 2)
data |
A numeric vector or |
col |
Column in |
decimals |
An option to specify the exact number of decimal places to use. The default number of decimal places is 2. |
# data.frame
ds_extreme_obs(mtcarz, mpg)
# vector
ds_extreme_obs(mtcarz$mpg)
# decimal places
ds_extreme_obs(mtcarz$mpg, decimals = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.