print.sf_check: Print an sf_check object

View source: R/sf_component_methods.R

print.sf_checkR Documentation

Print an sf_check object

Description

Print an sf_check object

Usage

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

Arguments

x

An object of class sf_check.

...

Ignored. Present for S3 consistency.

Value

x, invisibly.

Examples

ck <- sf_check("attn1", item_id = "q5", type = "attention",
               pass_values = 3)
print(ck)

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