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

proust_books()

Value

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

Examples

#Create the tibble proust <- proust_books()