topline: Create a topline

Description Usage Arguments Value Author(s) Examples

Description

Simple function for survey objects, that procudes a count and mean per entity in an ongoing study, as well as open answers for respondents who have answered 'other'. It requires that both the measurement model and entities are specified, and that the config and translations have been set.

Usage

1
topline(srv, other = NULL)

Arguments

srv

A survey.

other

The text column which contains the open response for 'other' in mainentity. Defaults to for instance Q1a, if mainentity is Q1.

Value

A list.

Author(s)

Kristian D. Olsen

Examples

1
x <- topline(df)

itsdalmo/reporttool documentation built on May 18, 2019, 7:11 a.m.