Description Usage Arguments Examples
Rescale the standard Eurobarometer low-strong variable(s) with
categories "Not at all", "Low",
"Medium",  "Strong".
This is a wrapper function around the rescale_categories function.
| 1 2 3 | rescale_low_strong_4(column, from = c("Not at all", "Low", "Medium",
  "Strong"), to = c(0, 1, 2, 3), na_labels = "DK", exact_from = TRUE,
  return_class = "numeric", underscore = TRUE)
 | 
| column | A column from a survey data frame where intensity is measured. | 
| from | Defaults to  | 
| to | Defaults to  | 
| na_labels | Defaults to  | 
| exact_from | Deafults to  | 
| return_class | Default is  | 
| underscore | Defaults to  | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.