sen2r (version 1.2.1)

build_example_param_file: Build an example JSON parameter file

Description

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.

Usage

build_example_param_file(json_path = tempfile(fileext =
  "_sen2r_params.json"), overwrite = TRUE)

Arguments

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)

Value

The path of the created file.

Examples

Run this code
# NOT RUN {
build_example_param_file()
# }

Run the code above in your browser using DataLab