list_answers: transform answer table to list of answer tables

View source: R/list_answer.R

list_answersR Documentation

transform answer table to list of answer tables

Description

a special 'basic' value in the list is populated by categorical boolean and string labels every other value in the list represents a sysrev group label <rsr_group>

Usage

list_answers(
  answers,
  concordance = F,
  collapse = F,
  enabled_only = T,
  token = get_srtoken()
)

Arguments

answers

answers from a 'get_answers' call

concordance

whether to compute concordance

collapse

whether to remove user_ids and collapse answers

enabled_only

only get answers from enabled articles?

token

a sysrev token with read access to the given project

Value

list of tibbles


sysrev/rsr documentation built on March 31, 2024, 6:47 a.m.