exportPreds: A function to export the results of model predictions to a...

Description Usage Arguments Value

View source: R/exportPrep.R

Description

A function to export the results of model predictions to a specific format

Usage

1
2
exportPreds(stub = "EnsembleModels_APRIL", grade = 5, year = "2013-2014",
  conn, prelim = FALSE, cache = TRUE)

Arguments

stub

path to filename where the predictions in raw form are stored

grade

a numeric for the grade of the prediction filename

year

a character representing the year in the filename of predictions

conn

a connection object to reach the database

prelim

a logical indicating if this is the final or preliminary DEWS run for the year

cache

a logical indicating if results should be stored to disk

Value

a data.frame with key data elements, rescaled to be interpretable, as well as the final predictions


jknowles/ModelEWS documentation built on May 19, 2019, 11:42 a.m.