notes <- osm_search_notes(
q = "POI", bbox = "0.1594133,40.5229822,3.3222508,42.8615226",
from = "2017-10-01", to = "2018-10-27T15:27A", limit = 10
)
notes
my_notes <- osm_search_notes(
user = "jmaspons", bbox = c(-0.1594133, 40.5229822, 3.322251, 42.861523),
closed = -1, format = "json"
)
my_notes
Run the code above in your browser using DataLab