save_point_verif: Save verification data

View source: R/save_point_verif.R

save_point_verifR Documentation

Save verification data

Description

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

## Not run: 
  save_point_verif(verif_data)

## End(Not run)

andrew-MET/harpIO documentation built on March 7, 2024, 7:48 p.m.