validate_args_inc_consent | R Documentation |
validate_args_inc_consent() is a Validate function that validates that an object conforms to required criteria. Specifically, this function implements an algorithm to validate arguments include consent. The function returns Arguments (a list).
validate_args_inc_consent(
args_ls,
consent_1L_chr = "",
consent_indcs_int = 1L,
options_chr = c("Y", "N")
)
args_ls |
Arguments (a list) |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
consent_indcs_int |
Consent indices (an integer vector), Default: 1 |
options_chr |
Options (a character vector), Default: c("Y", "N") |
Arguments (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.