proust_books: Tidy data frame of Marcel Proust's 7 novels from La Recherche

Description Usage Value Examples

View source: R/proust_books.R

Description

Returns a tidy tibble of Marcel Proust's 7 novels from <c3><80> la recherche du temps perdu. The tibble contains four columns: text, book, volume and year.

Usage

1

Value

A tibble with four columns: text, book, volume and year.

Examples

1
2
3
#Create the tibble 
proust <- proust_books()
 

proustr documentation built on May 2, 2019, 5:08 a.m.