library(tidyverse)
stocks <- as_tibble(EuStockMarkets) %>%
mutate(day = as.numeric(rownames(.))) %>%
pivot_longer(-day)
usethis::use_data(stocks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.