cms_login | R Documentation |
Contact Copernicus Marine login page
and check if login is successful.
cms_login(username = cms_get_username(), password = cms_get_password())
username |
Your Copernicus marine user name. Can be provided with
|
password |
Your Copernicus marine password. Can be provided as
|
This function will return your account details if successful.
Returns a named list
with your account details if successful,
returns NULL
otherwise.
Pepijn de Vries
if (interactive()) {
cms_login()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.