View source: R/makeme_helpers.R
| validate_type_specific_constraints | R Documentation |
Internal helper function that validates arguments based on the specific output type requested. Different types have different constraints.
validate_type_specific_constraints(args, data, indep, dep_pos)
args |
List of makeme function arguments |
data |
Data frame being analyzed |
indep |
Character vector of independent variable names |
dep_pos |
Named integer vector of dependent variable positions |
Current type-specific validations:
chr_table_html: Requires exactly one dependent variable
NULL (function used for side effects - validation errors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.