pa_initialize_dataspace {pacu} | R 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)
[Package pacu version 0.1.44 Index]