omit_rounded_numbers | R Documentation |
rounding_patterns_to_omit
.Omits the numbers that are qualified as rounded numbers specified by rounding_patterns_to_omit
.
omit_rounded_numbers(data, data_column, rounding_patterns_to_omit)
data |
The The dataframe to compute percent repeat on |
data_column |
The data column to omit rounding numbers upon. Must be a single column. |
rounding_patterns_to_omit |
The patterns to be counted as rounding digits to skip. Defaulted to NA.
|
data
without round numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.