Learn R Programming

litRiddle (version 1.0.0)

motivations.text: Motivations Text

Description

Convenience function that produces a 'view' of the token table motivations with the full text of a motivation for each motivation, listening motivation.id, book.id, respondent.id, and text.

Usage

motivations.text()

Value

A data table containing motivations and IDs related to respondents and books.

Arguments

None

Author

Joris van Zundert, Saskia Lensink, Maciej Eder

References

https://literaryquality.huygens.knaw.nl/

See Also

motivations.sentences, reviews, respondents, books

Examples

Run this code
# to create a data frame with the full (plain) text of all motivations:
mots <-  motivations.text()
head( mots, n=10 )

Run the code above in your browser using DataLab