codebook_survey_overview: Codebook survey overview

Description Usage Arguments Examples

View source: R/codebook.R

Description

An overview of the number of rows and groups, and of the durations participants needed to respond (if those data are available).

Usage

1
codebook_survey_overview(results, survey_repetition = "single", indent = "##")

Arguments

results

a data frame which has all the following columns: session, created, modified, expired, ended

survey_repetition

defaults to single (other values: repeated_once, repeated_many). controls whether internal consistency, retest reliability or multilevel reliability is computed

indent

add # to this to make the headings in the components lower-level. defaults to beginning at h2

Examples

1
2
3
4
5
## Not run: 
data("bfi")
codebook_survey_overview(bfi)

## End(Not run)

codebook documentation built on July 1, 2020, 10:28 p.m.