Closed maisonml closed 3 years ago
places <- google_places(search_string = "search term", location = j, radius = i, key = key)
For the above sample google_places function from the googleway package, is there a way in R to find the list of Google Maps Places API's data SKUs that are triggered?
Thank you!
Hi @maisonml, forgive my ignorance, but what's an SKU? If it's in the official documents then yes we can get it. Otherwise it's unlikely.
@maisonml please reopen if still relevant.
places <- google_places(search_string = "search term", location = j, radius = i, key = key)
For the above sample google_places function from the googleway package, is there a way in R to find the list of Google Maps Places API's data SKUs that are triggered?
Thank you!