data-raw/sf12sample.R

sf12sample <- read.table(file = "sf12sample.txt",  as.is = TRUE, header = TRUE)
names(sf12sample) <- tolower(names(sf12sample))
sf12sample[,1] <- NULL
save("sf12sample", file = "../data/sf12sample.rda")
lbraglia/QScoring documentation built on Feb. 11, 2024, 11:03 a.m.