Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

place_hours error #127

Closed
SymbolixAU opened this issue Feb 6, 2018 · 0 comments
Closed

place_hours error #127

SymbolixAU opened this issue Feb 6, 2018 · 0 comments

Comments

@SymbolixAU
Copy link
Collaborator

Identified when updating https://stackoverflow.com/a/46719030/5977215

library(googleway)

key <- read.dcf("~/Documents/.googleAPI", fields = "GOOGLE_API_KEY")

## search places
res <- google_places(location = c(41.0272, -81.51345),
                     key = key,
                     place_type = "bank",
                     radius = 500)

place(res)

## query the details
details <- google_place_details(place_id = place(res)[1], key = key)

place_hours(details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants