find_percent_repeats | R Documentation |
Finds the percent of repeats in the given data based on given definition of a repeat (what columns need to match)
find_percent_repeats(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.
|
The percentage of repeated numbers in input data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.