.process_denominator | R Documentation |
denominator
ArgumentFunction takes the ard_categorical(denominator)
argument and returns a
structured data frame that is merged with the count data and used as the
denominator in percentage calculations.
.process_denominator(data, variables, denominator, by, strata)
data |
( |
variables |
( |
denominator |
( |
by , strata |
(
Arguments may be used in conjunction with one another. |
a data frame
cards:::.process_denominator(mtcars, denominator = 1000, variables = "cyl", by = "gear")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.