#####################################################################
#### CRDS Paraneter Analysis Functions ####
#### This file allows user to extract instrument ####
#### parameters from SpatialWI database and makes a ####
#### series of plots for analysis of parameter values ####
#####################################################################
####MODIFY VALUES TO EXTRACT DESIRED DATA####
setwd("C:/Users/u0133977/Dropbox")
instrument = "HIDS2046" ##Instrument name or 'all' for all
min.date = "3/10/17"
max.date = "2/11/20"
ignore = 1 ##USE 1 FOR ONLY GOOD RUNS, 2 FOR ALL RUNS
####THEN RUN THE FOLLOWING####
source("Bowen_Lab/R_scripts_active/Parameters_functions.R")
min.date = as.Date(min.date, format = "%m/%d/%y")
max.date = as.Date(max.date, format = "%m/%d/%y")
criteria = data.frame(instrument, min.date, max.date, ignore)
par.query(criteria)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.