View source: R/import_total_check.R
This function returns rows and columns that might be total rows, and possibly should be separated from the dataset.
1 | total_check(df, keywords = c("subtotal", "total", "sum"), threshold = 4)
|
df |
dataframe we are checking |
keywords |
words denoting rows with totals or sums we are trying to check for |
threshold |
maximum of how many times finding the above keywords in the dataset is expected |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.