fst_length_summary {finnsurveytext} | R Documentation |
Create a table summarising distribution of the length of responses.
fst_length_summary(data, desc = "All respondents", incl_sentences = TRUE)
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'. |
Table summarising distribution of lengths of responses.
fst_length_summary(conllu_dev_q11_1, incl_sentences = FALSE)
fst_length_summary(conllu_dev_q11_1, desc = "Female")