library(tidyverse)
#
# The `resto_reviews` dataset
#
resto_reviews <-
readr::read_csv("./data-raw/08-resto_reviews.csv", col_types = "c") %>%
dplyr::pull(review)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.