api_url: Get the base URL of EcoTaxa's API

View source: R/api_url.R

api_urlR Documentation

Get the base URL of EcoTaxa's API

Description

Get the base URL of EcoTaxa's API

Usage

api_url()

Details

The url is "https://ecotaxa.obs-vlfr.fr/api/" by default but can be changed with the option ecotaxa.url

Examples

api_url()
# set a new default
options(ecotaxa.url="https://ecotaxa.somewhere.edu/api/")
api_url()
# remove the option
options(ecotaxa.url=NULL)
api_url()

jiho/ecotaxar documentation built on Jan. 16, 2024, 12:26 a.m.