[GIS] How to obtain openstreet API key for nominatim (r)

apinominatimr

I wanted to use r package nominatim for my program written in R.
I tried to run very simple example osm_search('Cracow University of Economics'), however I got the following error:

Please provide a openstreet API key

I even made an account at https://www.openstreetmap.org/, however it still does not work after specifying the email parameter in the osm_search– I entered the email that I used during registration at OSM.

How do I obtain the right API key to use with nominatim package?

Best Answer

In the comments of the source code you linked there is an explanation:

@param key To access the openstreetmap API you need a valid API key. You can get it for free at https://developer.mapquest.com

For more info also see https://github.com/hrbrmstr/nominatim/issues/5