View source: R/obscureCounts.R
obscureCounts | R Documentation |
Obscure the small number of counts
obscureCounts(table, tableName, minCellCount = 5, substitute = NA)
table |
the table as a tibble |
tableName |
the table name |
minCellCount |
the minimum number of counts that will be displayed. If 0 all results will be reported. |
substitute |
the substitute value if values will be obscured |
the input table with results obscured if minCellCount applies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.