View source: R/sf_component_methods.R
| print.sf_scale | R Documentation |
Print an sf_scale object
## S3 method for class 'sf_scale'
print(x, ...)
x |
An object of class |
... |
Ignored. Present for S3 consistency. |
x, invisibly.
sc <- sf_scale("sat", "Satisfaction", items = c("q1", "q2", "q3"))
print(sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.