loadText {DramaAnalysis} | R Documentation |
Load Text
loadText(
ids,
includeTokens = FALSE,
defaultCollection = "tg",
unifyCharacterFactors = FALSE,
variant = "UtterancesWithTokens"
)
ids |
A vector containing drama ids to be downloaded |
includeTokens |
This argument has no meaning anymore. Tokens are always included. |
defaultCollection |
The collection prefix is added if no prefix is found |
unifyCharacterFactors |
Logical value, defaults to TRUE. Controls whether columns representing characters (i.e., Speaker.* and Mentioned.*) are sharing factor levels |
variant |
The file variant to load |
a data.frame that is also of class QDHasUtteranceBE
.