sits_config_user_file | R Documentation |
Creates a user configuration file.
sits_config_user_file(file_path, overwrite = FALSE)
file_path |
file to store the user configuration file |
overwrite |
replace current configuration file? |
Called for side effects
user_file <- paste0(tempdir(), "/my_config_file.yml")
sits_config_user_file(user_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.