Learn R Programming

MazamaLocationUtils (version 0.2.0)

getAPIKey: Get API key

Description

Returns the API key associated with a web service. If provider == NULL a list is returned containing all recognized API keys.

Usage

getAPIKey(provider = NULL)

Arguments

provider

Web service provider.

Value

API key string or a list of provider:key pairs.

See Also

apiKeys

setAPIKey