knitr::opts_chunk$set(echo = FALSE, message = FALSE) knitr::read_chunk('../graminoidRemovals/loadData.R')
#load packages library("tidyr") library("plyr") library("DBI")# also needs RMySQL installed library("dplyr") library("ggplot2") #source functions source("../graminoidRemovals/loadData.R") #make database connection con <- dbConnect(RMySQL::MySQL(), group = "seedclim")
source("../graminoidRemovals/Plots.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.