reverse | R Documentation |
Reverse scores a value based on (1) the value (i.e., 'x'), (2) the lowest possible value (i.e., 'low'), and (3) the highest possible value (i.e., 'high').
reverse(x, low = 1, high = 5)
x |
a numeric scalar to be reverse-scored. |
low |
a numeric scalar representing the lowest possible value. Defaults to '1'. |
high |
a numeric scalar representing the highest possible value. Defaults to '5'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.