Skip to contents

Save verification data

Usage

save_point_verif(
  verif_data,
  verif_path = "./Verification",
  verif_file_template =
    "{verif_path}/harpPointVerif.harp.{parameter}.harp.{start_date}-{end_date}.harp.{models}.rds",
  ...
)

Arguments

verif_data

A verification object produced by one of the harpPoint verification functions.

verif_path

The path to save the data to. The default is a directory called Verification inside the working directory.

verif_file_template

A template for the verification data file. For consistency with the default shiny app to plot verification, this should not be changed.

...

Non default variables used in verif_file_template.

Examples

if (FALSE) {
  save_point_verif(verif_data)
}