View source: R/sframe_methods.R
| print.sframe | R Documentation |
Displays a compact summary of an sframe instrument object, showing
the title, version, item count, scale count, and validation status.
## S3 method for class 'sframe'
print(x, ...)
x |
An object of class |
... |
Ignored. Present for S3 consistency. |
x, invisibly.
item <- sf_item("q1", "How satisfied are you?", type = "likert",
choice_set = "agree5")
instr <- sf_instrument("My Survey", components = list(item))
print(instr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.