print.sf_scale: Print an sf_scale object

View source: R/sf_component_methods.R

print.sf_scaleR Documentation

Print an sf_scale object

Description

Print an sf_scale object

Usage

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

Arguments

x

An object of class sf_scale.

...

Ignored. Present for S3 consistency.

Value

x, invisibly.

Examples

sc <- sf_scale("sat", "Satisfaction", items = c("q1", "q2", "q3"))
print(sc)

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