library(yspec)

spec <- ys_load(ys_help$file(), .verbose = TRUE)

spec$STUDY

spec$WT

as.data.frame(spec)

data <- read.csv(ys_help$csv(), na.strings = '.', as.is=TRUE)

ys_check(data,spec)
ys_document(spec)

ys_document(spec, type = "regulatory")


metrumresearchgroup/yspec documentation built on May 24, 2024, 12:48 a.m.