print.sf_item: Print an sf_item object

View source: R/sf_component_methods.R

print.sf_itemR Documentation

Print an sf_item object

Description

Print an sf_item object

Usage

## S3 method for class 'sf_item'
print(x, ...)

Arguments

x

An object of class sf_item.

...

Ignored. Present for S3 consistency.

Value

x, invisibly.

Examples

it <- sf_item("q1", "How satisfied are you?", type = "likert",
              choice_set = "agree5")
print(it)

surveyframe documentation built on July 25, 2026, 1:07 a.m.