poptimes_from_address: Get the popular times given a place name and address

View source: R/poptimes_from_address.R

poptimes_from_addressR Documentation

Get the popular times given a place name and address

Description

Search Google for popular times for a given point of interest's name and address. Google is smart, so the address component is not exceptionally strict. But do your best to format it!

Usage

poptimes_from_address(place_name, address)

Arguments

place_name

The name of the place.

address

A string containing the address of a place. Roughly as ", , , , ". This field is flexible.

Examples

poptimes_from_address("Red Arrow", "61 Lowell Street, Manchester, NH, 03101, US")
poptimes_from_address("McDonald", "Helmstraat 16, 6211 TA Maastricht, Netherlands")

JosiahParry/populartimes documentation built on April 18, 2023, 7:07 a.m.