dcvts_getresponses: Get responses from DCVTS limesurvey panel.

Description Usage Arguments Details Value Examples

View source: R/dcvts_getresponses.R

Description

dcvts_getresponses() fetches responses from DCVTS's limesurvey panel and transforms the data into easily analysable "tidy" format.

Usage

1

Arguments

round

DCVTS Round. This can be r1, r2 or r3.

status

Status of the Interview. status is defined as per Limesurvey's convention (This is not the final interview result code). Values can be all, complete or incomplete.

...

Extra parameters. You will likely not need this.

Details

Sometimes this might take longer depending on your connection.

Value

A tibble.

Examples

1
2
3
4
5
6
## Not run: 
dcvts_getresponses("r2", "all")
dcvts_getresponses("r2", "incomplete")
dcvts_getresponses("r1", "complete")

## End(Not run)

maskegger/dcvts documentation built on Aug. 8, 2020, 4:34 p.m.