fst_length_summary {finnsurveytext}R Documentation

Make Length Summary Table

Description

Create a table summarising distribution of the length of responses.

Usage

fst_length_summary(data, desc = "All respondents", incl_sentences = TRUE)

Arguments

data

dataframe of text in CoNLL-U format.

desc

An optional string describing respondents, default is '"All respondents"'.

incl_sentences

Whether to include sentence data in table, default is 'TRUE'.

Value

Table summarising distribution of lengths of responses.

Examples

fst_length_summary(conllu_dev_q11_1, incl_sentences = FALSE)
fst_length_summary(conllu_dev_q11_1, desc = "Female")

[Package finnsurveytext version 1.0.0 Index]