Learn R Programming

pacu (version 0.1.74)

pa_initialize_dataspace: Register the Data Space credentials to the R environment

Description

Register the Data Space credentials to the R environment

Usage

pa_initialize_dataspace(username, password, verbose = TRUE)

Value

No return value, called for side effects

Arguments

username

username used to authenticate the HTTP request

password

password used to authenticate the HTTP request

verbose

whether to print information about this operation

Author

Caio dos Santos and Fernando Miguez

Details

`pa_initialize_dataspace()` registers the username and password to the machine's R environment. All the other functions that rely on authentication will search for the username and password in the R environment. Do not share your R environment with others, as they will be able to read your username and password. You can register at https://dataspace.copernicus.eu/.

Examples

Run this code
if (FALSE) {
pa_initialize_dataspace('my-username', 'my-password')
}

Run the code above in your browser using DataLab