library(readr)
kidney <- read_delim(
"https://web.stanford.edu/~hastie/CASI_files/DATA/kidney.txt",
delim = " "
)
devtools::use_data(kidney)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.