powered by
Creates a user configuration file.
sits_config_user_file(file_path, overwrite = FALSE)
Called for side effects
file to store the user configuration file
replace current configuration file?
user_file <- paste0(tempdir(), "/my_config_file.yml") sits_config_user_file(user_file)
Run the code above in your browser using DataLab