sm_binary: Select multiple binary constructor

Description Usage

View source: R/class_select_multiple_binary.R

Description

'sm_binary()' constructs a select multiple binary vector, which is a logical vector where each row indicates if that particular choice option was selected or not.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
sm_binary(
  x = logical(),
  relevant = NA,
  choice_name = NA,
  choice_label = NA,
  q_name = NA,
  label = NA,
  constraint = NA,
  binary_sep = "/"
)

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