powered by
Contact Copernicus Marine login page and check if login is successful.
cms_login(username = cms_get_username(), password = cms_get_password())
Returns a named list with your account details if successful, returns NULL otherwise.
list
NULL
Your Copernicus marine user name. Can be provided with cms_get_username() (default), or as argument here.
cms_get_username()
Your Copernicus marine password. Can be provided as cms_get_password() (default), or as argument here.
cms_get_password()
Pepijn de Vries
This function will return your account details if successful.
if (interactive()) { cms_login() }
Run the code above in your browser using DataLab