obscureCounts {DrugExposureDiagnostics} | 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