copernicus_get_credentials {copernicusR} | R Documentation |
Get Copernicus Marine credentials
Description
Retrieves stored Copernicus Marine credentials from session options or environment variables.
Usage
copernicus_get_credentials(mask_password = TRUE)
Arguments
mask_password |
Logical. Should password be masked in output? Default: TRUE. |
Value
List with username and password (optionally masked).
Examples
# Get credentials (password masked)
copernicus_get_credentials()
# Get credentials (password visible - use with caution)
copernicus_get_credentials(mask_password = FALSE)
[Package copernicusR version 0.1.0 Index]