save_DARLEQ | R Documentation |
Saves results of diatom EQR and class claculation to an Excel file
save_DARLEQ(d, outFile = NULL, fn = "", sheet = "", verbose = TRUE)
d |
list of sample and site EQR WFD class results, usually the output from |
outFile |
name of Excel file to save results. |
fn |
name of in the input file for inclusion in the job summary page of output. |
sheet |
name of the input worksheet for inclusion in the job summary page of output. |
verbose |
logical to indicate if function should stop immediately on error (TRUE) or return a |
Steve Juggins Stephen.Juggins@ncl.ac.uk
fn <- system.file("extdata/DARLEQ2TestData.xlsx", package="darleq3")
d <- read_DARLEQ(fn, "Rivers TDI Test Data")
x <- calc_Metric_EQR(d)
save_DARLEQ(x, outFile="results.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.