#' Reading raw data
#'
#' @return ddt data
#' @export
#'
#' @examples
#' ddt2 <- myddtxls()
myddtxls <- function(){
address <- system.file("extdata", "DDT.XLS",package = "Intro2R")
readxl::read_xls(address)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.