rank_position: Rank position constructor

Description Usage

View source: R/class_rank_position.R

Description

'rank_position()' constructs a rank position vector, which is an integer vector where each row indicates the rank of that particular choice option. This output is not provided by KoBo outputs by default.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
rank_position(
  x = integer(),
  relevant = NA,
  choice_name = NA,
  choice_label = NA,
  q_name = NA,
  label = NA,
  constraint = NA,
  max_rank = NA,
  position_sep = "/"
)

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