R/build_example_param_file.R
build_example_param_file.Rd
Function used to write JSON parameter file. A function is provided instead than a json file to ensure directories to match the user folder tree.
build_example_param_file(json_path = tempfile(fileext = "_sen2r_params.json"), overwrite = TRUE)
json_path | Path of the output file. Default is to save it on a temporary file, whose path is returned. |
---|---|
overwrite | Logical value: should existing output file be overwritten? (default: TRUE) |
The path of the created file.
License: GPL 3.0
build_example_param_file()#> [1] "/tmp/Rtmp06y9K3/filee99365b052ae_sen2r_params.json"