pa_initialize_dataspace: Register the Data Space credentials to the R environment

View source: R/dataspace.R

pa_initialize_dataspaceR Documentation

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)

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

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/.

Value

No return value, called for side effects

Author(s)

Caio dos Santos and Fernando Miguez

Examples

## Not run: 
pa_initialize_dataspace('my-username', 'my-password')

## End(Not run)


pacu documentation built on June 8, 2025, 10:44 a.m.