## code to prepare `DATASET` dataset goes here
library(tidyverse)
library(magrittr)
ARI <- openxlsx::read.xlsx(file.choose()) %>% as_tibble
usethis::use_data(ARI, overwrite = TRUE, compress = 'xz')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.