dat = read.table("data-raw/TTOBRC.txt", header=TRUE)
dat$RT = factor(dat$RT, labels = c("Radiotherapy", "No radiotherapy"))
devtools::use_data(dat, overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.