dracor_api_info {rdracor} | R Documentation |
Retrieve 'DraCor' API info
Description
dracor_api_info()
returns information about 'DraCor' API: name of
the API, status, existdb version, API version etc.
Usage
dracor_api_info(dracor_api_url = NULL)
get_dracor_api_url()
set_dracor_api_url(new_dracor_api_url)
Arguments
dracor_api_url |
Character, 'DraCor' API URL. If NULL (default), the current 'DraCor' API URL is used. |
new_dracor_api_url |
Character, 'DraCor' API URL that will replace the current 'DraCor' API URL. |
Functions
-
get_dracor_api_url()
: Returns 'DraCor' API URL in use -
set_dracor_api_url()
: Set new 'DraCor' API URL (globally), returns NULL
See Also
Examples
dracor_api_info()
dracor_api_info("https://staging.dracor.org/api")
get_dracor_api_url()
[Package rdracor version 1.0.3 Index]