if (FALSE) {
# Set credentials directly
copernicus_setup_credentials("username", "password")
# Set credentials and store in options
copernicus_setup_credentials("username", "password", store_credentials = TRUE)
# Try to get from environment/options
copernicus_setup_credentials()
}
Run the code above in your browser using DataLab