## code to prepare `grandile` dataset goes here
library(readxl)
grandile <- read_excel("data-raw/Grandile.xls",sheet="Grandile")
usethis::use_data(grandile, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.