View source: R/sf_component_methods.R
| print.sf_check | R Documentation |
Print an sf_check object
## S3 method for class 'sf_check'
print(x, ...)
x |
An object of class |
... |
Ignored. Present for S3 consistency. |
x, invisibly.
ck <- sf_check("attn1", item_id = "q5", type = "attention",
pass_values = 3)
print(ck)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.