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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.