print.sf_choices: Print an sf_choices object

View source: R/sf_component_methods.R

print.sf_choicesR Documentation

Print an sf_choices object

Description

Print an sf_choices object

Usage

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

Arguments

x

An object of class sf_choices.

...

Ignored. Present for S3 consistency.

Value

x, invisibly.

Examples

cs <- sf_choices("agree5", 1:5,
                 c("Strongly disagree", "Disagree", "Neutral",
                   "Agree", "Strongly agree"))
print(cs)

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