Print an sf_choices object
Usage
# S3 method for class 'sf_choices'
print(x, ...)Examples
cs <- sf_choices("agree5", 1:5,
c("Strongly disagree", "Disagree", "Neutral",
"Agree", "Strongly agree"))
print(cs)
#> <sf_choices: agree5 | 5 option(s)>
#> value label
#> 1 Strongly disagree
#> 2 Disagree
#> 3 Neutral
#> 4 Agree
#> 5 Strongly agree