motivations.sentences {litRiddle} | R Documentation |
Motivations Sentences
Description
Convenience function that produces a 'view' of the token table motivations
with one (plain text) sentence of each motivation per row, listening motivation.id
, book.id
, respondent.id
, sentence.id
, and sentence
.
Usage
motivations.sentences()
Arguments
None
Value
A data table containing all sentences of all given motivations and IDs related to respondents and books.
Author(s)
Joris van Zundert, Saskia Lensink, Maciej Eder
References
https://literaryquality.huygens.knaw.nl/
See Also
motivations.text
, reviews
, respondents
, books
Examples
# to create a data frame with one sentence per motivation per row for all motivations:
mots <- motivations.sentences()
head( mots, n=10 )
[Package litRiddle version 1.0.0 Index]