From de5fe202945d415d98ffa7c0bc29566e41a1b5d9 Mon Sep 17 00:00:00 2001 From: Navdeep Gill Date: Thu, 3 Mar 2016 14:06:35 -0800 Subject: [PATCH] Source to get data into environment --- scripts/tableDataMySQL.R | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tableDataMySQL.R b/scripts/tableDataMySQL.R index 41479d78d453..547b9b78583c 100644 --- a/scripts/tableDataMySQL.R +++ b/scripts/tableDataMySQL.R @@ -4,6 +4,7 @@ #' Will output to a html file #' @author navdeepgill ####################################################################################### +source("scripts/getDataMySQL.R") library(xtable) print(xtable(master_jobname), type="html", file="plots/JobName.html") print(xtable(master_testname), type="html", file="plots/TestName.html")