Learn R Programming

stylo (version 0.7.5)

novels: A selection of 19th-century English novels

Description

This dataset contains a selection of 9 novels in English, written by Jane Austen ("Emma", "Pride and Prejudice", "Sense and Sensibility"), Anne Bronte ("Agnes Grey", "The Tenant of Wildfell Hall"), Charlotte Bronte ("Jane Eyre", "The Professor", "Villette"), and Emily Bronte ("Wuthering Heights").

Usage

data("novels")

Arguments

Details

The novels are represented as elements of a class stylo.corpus, i.e. a list containing particular texts as its elements. The texts are not tokenized.

Examples

Run this code
data(novels)

print(novels)
summary(novels)

Run the code above in your browser using DataLab