View source: R/lurn_si_29_names.R
lurn_si_29_names | R Documentation |
This function returns a character vector of recommended variable names for the LURN SI-29. The user can 'include' the complete list of 'all' variable names, or only those variable names specific to 'male' or 'female' participants.
lurn_si_29_names(include = c("all", "female", "male"))
include |
By default, 'all' variable names of the LURN SI-29 are returned. If desired, the user can request only variable names specific to 'female' respondents or 'male' respondents. If needed, the argument names will be converted to lowercase (i.e., 'ALL', 'All', etc., will be silently converted to 'all'). |
A character vector of recommended variable names for the LURN SI-29.
## Not run:
lurn_si_29_names()
# Only female variable names
lurn_si_29_names(include = "female")
#' Only male variable names
lurn_si_29_names(include = "male")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.