View source: R/sf_component_methods.R
| print.sf_item | R Documentation |
Print an sf_item object
## S3 method for class 'sf_item'
print(x, ...)
x |
An object of class |
... |
Ignored. Present for S3 consistency. |
x, invisibly.
it <- sf_item("q1", "How satisfied are you?", type = "likert",
choice_set = "agree5")
print(it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.