View source: R/makeme_helpers.R
| initialize_arguments | R Documentation |
Internal helper function that finalizes the arguments list by adding resolved variable names and normalizing multi-value arguments.
initialize_arguments(data, dep_pos, indep_pos, args)
data |
Data frame being analyzed |
dep_pos |
Named integer vector of dependent variable positions |
indep_pos |
Named integer vector of independent variable positions |
args |
List of makeme function arguments |
Modified args list with additional elements:
data: The input data frame
dep: Character vector of dependent variable names (from dep_pos)
indep: Character vector of independent variable names (from indep_pos)
Normalized single-value arguments (showNA, data_label, type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.