View source: R/sf_component_methods.R
| print.sf_choices | R Documentation |
Print an sf_choices object
## S3 method for class 'sf_choices'
print(x, ...)
x |
An object of class |
... |
Ignored. Present for S3 consistency. |
x, invisibly.
cs <- sf_choices("agree5", 1:5,
c("Strongly disagree", "Disagree", "Neutral",
"Agree", "Strongly agree"))
print(cs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.