R/sf_component_methods.R
print.sf_item.Rd
Print an sf_item object
# S3 method for class 'sf_item' print(x, ...)
An object of class sf_item.
sf_item
Ignored. Present for S3 consistency.
x, invisibly.
x
it <- sf_item("q1", "How satisfied are you?", type = "likert", choice_set = "agree5") print(it) #> <sf_item: q1 | type: likert> #> Label: How satisfied are you? #> Choice set: agree5