proust_books
From proustr v0.4.0
by Colin FAY
Tidy data frame of Marcel Proust's 7 novels from La Recherche
Returns a tidy tibble of Marcel Proust's 7 novels from <U+00C0> la recherche du temps perdu. The tibble contains four columns: text, book, volume and year.
Usage
proust_books()
Value
A tibble with four columns: text
, book
, volume
and year
.
Examples
# NOT RUN {
#Create the tibble
proust <- proust_books()
# }
Community examples
Looks like there are no examples yet.