pa_initialize_dataspace | R Documentation |
Register the Data Space credentials to the R environment
pa_initialize_dataspace(username, password, verbose = TRUE)
username |
username used to authenticate the HTTP request |
password |
password used to authenticate the HTTP request |
verbose |
whether to print information about this operation |
'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/.
No return value, called for side effects
Caio dos Santos and Fernando Miguez
## Not run:
pa_initialize_dataspace('my-username', 'my-password')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.