View source: R/sframe_methods.R
| summary.sframe | R Documentation |
Prints a structured summary of an sframe object including metadata,
item type counts, scale definitions, branching rules, and check
specifications.
## S3 method for class 'sframe'
summary(object, ...)
object |
An object of class |
... |
Ignored. Present for S3 consistency. |
object, invisibly.
item <- sf_item("q1", "How satisfied are you?", type = "likert",
choice_set = "agree5")
instr <- sf_instrument("My Survey", components = list(item))
summary(instr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.