Learn R Programming

CopernicusMarine (version 0.3.7)

cms_login: Contact Copernicus Marine login page

Description

[Stable] Contact Copernicus Marine login page and check if login is successful.

Usage

cms_login(username = cms_get_username(), password = cms_get_password())

Value

Returns a named list with your account details if successful, returns NULL otherwise.

Arguments

username

Your Copernicus marine user name. Can be provided with cms_get_username() (default), or as argument here.

password

Your Copernicus marine password. Can be provided as cms_get_password() (default), or as argument here.

Author

Pepijn de Vries

Details

This function will return your account details if successful.

Examples

Run this code
if (interactive()) {
  cms_login()
}

Run the code above in your browser using DataLab