sits_config_user_file {sits} | R Documentation |
List the cloud collections supported by sits
Description
Creates a user configuration file.
Usage
sits_config_user_file(file_path, overwrite = FALSE)
Arguments
file_path |
file to store the user configuration file |
overwrite |
replace current configuration file? |
Value
Called for side effects
Examples
user_file <- paste0(tempdir(), "/my_config_file.yml")
sits_config_user_file(user_file)
[Package sits version 1.5.1 Index]