Description Usage Arguments Value See Also Examples
View source: R/get_variables.R
Extracts variable names from the cooperatives
dataset
1 |
sort |
if |
a character vector containing the names of the variables in the dataset
1 2 3 4 5 | # Extract variable names in original order
get_variables(sort = FALSE)
# Extract sorted variable names
get_variables(sort = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.