Skip to contents

Sets an API key to make it available for all wikimapR functions calls. See details

Usage

set_wikimapia_api_key(api_key)

Arguments

api_key

Wikimapia API key

Details

Use set_wikimapia_api_key to make API keys available for all Wikimapia API calls in a session so you don't have to keep specifying the wm_api_key argument each time.

References

mapdeck https://github.com/SymbolixAU/mapdeck code related to API key handling was used as a template.