R/sf_component_methods.R
print.sf_check.Rd
Print an sf_check object
# S3 method for class 'sf_check' print(x, ...)
An object of class sf_check.
sf_check
Ignored. Present for S3 consistency.
x, invisibly.
x
ck <- sf_check("attn1", item_id = "q5", type = "attention", pass_values = 3) print(ck) #> <sf_check: attn1 | type: attention> #> Item: q5 #> Pass values: 3