set_key {europeanaR} | R Documentation |
Set API key
Description
This function is a simple wrapper of the 'Sys.setenv' base function. It sets the value of the environmental variable 'EUROPEANA_KEY'. Alternatively, use .Renviron to set the key. Get and API key in the following link https://pro.europeana.eu/page/get-api.
Usage
set_key(api_key)
Arguments
api_key |
string with the API key |
Value
No return value, called for setting the environmental variable 'EUROPEANA_KEY'.
See Also
[Package europeanaR version 0.1.0 Index]