Description Usage Arguments Value
View source: R/ita_covariate_prep_functions.R
Helper function for prepare_covariate
that checks
whether a covariate-specific prep function exists yet by searching the
package namespace. All covariate-specific prep functions should take the
name format "ita_prep_covar_<COVAR NAME>". Errors if the function does not
exist; returns the function name if the function does exist.
1 | get_covar_prep_function(covar_name)
|
covar_name |
Short name for the covariate. |
Name of the function to prepare this covariate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.