Learn R Programming

proustr (version 0.4.1)

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

Description

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.

Usage

proust_books()

Arguments

Value

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

Examples

Run this code

#Create the tibble 
proust <- proust_books()
 

Run the code above in your browser using DataLab