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