get_answers: get sysrev answers tibble with answers as rsr types

View source: R/get.R

get_answersR Documentation

get sysrev answers tibble with answers as rsr types

Description

get sysrev answers tibble with answers as rsr types

Usage

get_answers(pid, enabled_only = T, token = get_srtoken())

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

Arguments

pid

a sysrev project id - sysrev.com/p/<pid>

enabled_only

only get answers from enabled articles?

token

a sysrev token with read access to the given project

answers

answers from a 'get_answers' call

concordance

whether to compute concordance

collapse

whether to remove user_ids and collapse answers

Value

a tbl with tidy sysrev answers


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