Learn R Programming

litRiddle (version 1.0.0)

books: Measurements of 401 novels

Description

Measurements (including word count, number of sentences, number of paragraphs, average sentence length, etc.) of 401 novels in Dutch.

Usage

data(books)

Arguments

Author

Karina van Dalen-Oskam, Joris van Zundert

Details

This is a dataframe containing numerical, ordinal and lexical data (as well as metadata) for 401 novels. To see which variables are provided, type get.columns(). To learn more about what the column names really mean, type explain("books").

See Also

get.columns, explain, reviews, respondents, frequencies, motivations

Examples

Run this code
data(books)

print(books)
summary(books)

Run the code above in your browser using DataLab