Description Usage Arguments Value Author(s) See Also Examples
Tabulate continuous variable
| 1 | tabulate_continuous(x, variable_name, round_digits = 1, ...)
 | 
| x | Variable object for tabulation. | 
| variable_name | String variable name to include in first column of output table. | 
| round_digits | Integer to define how many digits to round the percentage. | 
| ... | Additional arguments to be passed to nested functions (e.g. na.rm = TRUE). | 
data frame with one row per unique value within the input variable and columns containing the unique values and their counts with associated percentages
Jay Achar
| 1 | tabulate_continuous(mtcars$mpg, variable_name = "MPG")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.