loginECOMS_UDG: Log in to the ECOMS User Data Gateway

Description Usage Arguments Details Author(s) References Examples

Description

Provides HTTP authentication for accessing the ECOMS-UDG.

Usage

1
loginECOMS_UDG(username, password, proxy.host = NULL, proxy.port = NULL)

Arguments

username

A character string with the ECOMS UDG user

password

Character string. Authorized password

proxy.host

In case of a proxy connection, the name of the proxy host, as a character string

proxy.port

In case of a proxy connection, an integer indicating the proxy port

Details

Only registered users can access the data server of the ECOMS-UDG. Prior to data access, users must log in. Further details on registration for data access are provided in http://meteo.unican.es/ecoms-udg/DataServer/Registration.

Author(s)

Santander Meteorology Group

References

http://www.meteo.unican.es/ecoms-udg

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
username <- "myUsername" 
password <- "myPassword" 
loginECOMS_UDG(myUsername, myPassword)

# In case the connection is performed via a proxy:

proxyHost <- "proxy.host.com" # Your institution Proxy configuration: host
proxyPort <- as.integer(1234) # and port
loginECOMS_UDG(myUsername, myPassword, proxy.host = proxyHost, proxy.port = proxyPort)
## End(Not run)

SantanderMetGroup/ecomsUDG.Raccess documentation built on May 9, 2019, 12:41 p.m.