sm_char: Select multiple character constructor

Description Usage

View source: R/class_select_multiple.R

Description

'sm_char()' constructs a select multiple character vector, each value in the vecotr corresponds to the selected options for that survey row in string format. Can be constructed from a character vector itself.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
sm_char(
  x = character(),
  relevant = NA,
  choice_names = NA,
  choice_labels = NA,
  q_name = NA,
  label = NA,
  constraint = NA,
  binary_sep = "/"
)

caldwellst/koborg documentation built on May 29, 2020, 3:04 a.m.