View source: R/setup_copernicus.R
copernicus_get_credentials | R Documentation |
Retrieves stored Copernicus Marine credentials from session options or environment variables.
copernicus_get_credentials(mask_password = TRUE)
mask_password |
Logical. Should password be masked in output? Default: TRUE. |
List with username and password (optionally masked).
# Get credentials (password masked)
copernicus_get_credentials()
# Get credentials (password visible - use with caution)
copernicus_get_credentials(mask_password = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.