Description Usage Arguments Examples
Rescale Eurobarometer trust in institutions variable with two levels,
"Yes, on several occasions" and "Yes, once or twice" and
"No".
This is a wrapper function around the rescale_categories function.
1 2 3  | rescale_yes_no_3(column, from = c("Yes, on several occasions",
  "Yes, once or twice", "No"), to = c(2, 1, 0), na_labels = "default",
  underscore = TRUE, exact_from = TRUE, return_class = "numeric")
 | 
column | 
 A column from a survey data frame where trust in an institution is recorded.  | 
from | 
 Defaults   | 
to | 
 Defaults to   | 
na_labels | 
 Defaults to   | 
underscore | 
 Defaults to   | 
exact_from | 
 Deafults to   | 
return_class | 
 Default is   | 
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | rescale_yes_no_3  (column =
   c("Yes, on several occasions",
     "Yes, once or twice",
     "No", "NA", "DK"),
     na_labels = "default",
     underscore = FALSE,
     return_class = "character")
rescale_yes_no_3  (column =
   c("Yes, on several occasions",
     "Yes, once or twice",
     "No", "NA", "DK"),
     na_labels = "default",
     return_class = "numeric")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.