View source: R/02_data_exploration.R
fst_length_summary | R Documentation |
Creates a table summarising distribution of the length of responses.
fst_length_summary(data, desc = "All responses", incl_sentences = TRUE)
data |
dataframe of text in CoNLL-U format, with optional additional columns. |
desc |
An optional string describing responses in table, default is '"All responses"'. |
incl_sentences |
Whether to include sentence data in table, default is 'TRUE'. |
Table summarising distribution of lengths of responses.
fst_length_summary(fst_child, incl_sentences = FALSE)
fst_length_summary(fst_dev_coop, desc = "Q11_3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.