powered by
Retrieves stored Copernicus Marine credentials from session options or environment variables.
copernicus_get_credentials(mask_password = TRUE)
List with username and password (optionally masked).
Logical. Should password be masked in output? Default: TRUE.
# Get credentials (password masked) copernicus_get_credentials() # Get credentials (password visible - use with caution) copernicus_get_credentials(mask_password = FALSE)
Run the code above in your browser using DataLab