library(readr)
library(dplyr)
library(stringr)
diabetes <- read_csv("https://web.stanford.edu/~hastie/CASI_files/DATA/diabetes.csv")
devtools::use_data(diabetes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.