vitality.Rd
Acquires meta level information for specified locations as of the most recent time period
vitality(locations = NULL, return_message = TRUE, ...)
locations | vector of location names, location name must contain a city name and a comma ie "Brooklyn, NY" or a zipcode |
---|---|
return_message | if |
... | extra parameters |
a tibble
# NOT RUN { vitality(locations = c("La Jolla, CA", "Manhattan, NY", "Bethany, DE", "10016")) # }