Returns the path to the AgMIP calibration protocol Excel template shipped with CroptimizR, and copies it to a user-specified location.

get_agmip_protocol_template(path = ".", overwrite = FALSE)

Arguments

path

Path where to copy the template file, or NULL to only return the path to the file inside the package. Defaults to the current working directory.

overwrite

Logical. Overwrite existing file?

Value

The path to the template file (either inside the package or to the copied file).