Description Usage Arguments Examples
Create a numeric (or other) variable from alphanumeric coding, such as
"twenty", "twenty-one".
This is a wrapper function around therescale_categories
function.
1 2 | rescale_alphanumeric_en(column, from = NULL, to = NULL,
na_labels = c("default"), return_class = "numeric")
|
column |
A column from a survey data with a four-level agreement scale. |
from |
Defaults to |
to |
Defaults to |
na_labels |
Defaults to |
return_class |
Default is |
1 2 3 | rescale_alphanumeric_en (column = c("One", "Twenty",
"twenty-one", "sEven", "NA"),
na_labels = "default")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.