examples/report-gen.R

# TODO: Add comment
# 
# Author: wjiang2
###############################################################################
library(knitr)
report_path <- "/home/wjiang2/rglab/workspace/QUALIFIER/examples/"
setwd(report_path)

soruceFile <- "ITN.R"
spin(file.path(report_path,soruceFile))
#htmlFile <- sub("R", "html", soruceFile)
#file.rename(htmlFile, "ITN.html")

Try the QUALIFIER package in your browser

Any scripts or data that you put into this service are public.

QUALIFIER documentation built on Oct. 31, 2019, 3:24 a.m.