Hello! I am new to programming and am learning to access the API. I have a lot of experience using R, but not much with other programming languages. Are there others in this same boat? I am thinking the best use of my time will be to learn enough Python to get by?
This topic was automatically generated from Slack. You can find the original thread here.
Hey @Angela_Rout_UBC ! Wondering if it might be helpful to meet with Pranav, our Community Data Scientist, for some help on this. Let me see if that’s something we can arrange. I’ll circle back with you on this!
Any R user have an idea why this doesn’t work? I know my API key is valid. It gives me HTTP 400. BTW I pulled this directly from intermediate steps in the SafegraephR package.
that is not a valid Placekey (that looks like a SafeGraph ID). Placekeys look like this: zzy-222@5vg-7mw-dy9
in v2 the calls for visits_by_day and visits_by_hour are now objects to contain time_interval so you can specify the start and end times for the visits count. (before we just returned an array)