View source: R/assign_summary_type.R
assign_summary_type | R Documentation |
Function inspects data and assigns a summary type when not specified
in the type
argument.
assign_summary_type(data, variables, value, type = NULL, cat_threshold = 10L)
data |
( |
variables |
( |
value |
( |
type |
( |
cat_threshold |
( |
named list
assign_summary_type(
data = trial,
variables = c("age", "grade", "response"),
value = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.