data-raw/TTOBRC.R

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)
gmlang/phph documentation built on May 17, 2019, 7:24 a.m.