## code to prepare `read_protectxls` dataset goes here
## the xls file is protected,can't edit, but can read by XLconnect
library(XLConnect)
wb <- loadWorkbook("data-raw/MyFile.xls", create = TRUE)
dt <- readWorksheet(wb, sheet = 1,header = F)
#usethis::use_data(read_protectxls, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.