Skip to contents

Gets the RSpace API URL from the RSPACE_API_URL environment variable. See set_api_url() on how to set it.

Usage

get_api_url()

See also

Examples

# \donttest{
get_api_url()
#> Error in get_api_url(): Please set env var `RSPACE_API_URL` to your RSpace API url
#> See `rspacer::set_api_url()` for more information.
# }