Acquires meta level information for specified locations as of the most recent time period

vitality(locations = NULL, return_message = TRUE, ...)

Arguments

locations

vector of location names, location name must contain a city name and a comma ie "Brooklyn, NY" or a zipcode

return_message

if TRUE returns a message

...

extra parameters

Value

a tibble

Examples

# NOT RUN {
vitality(locations = c("La Jolla, CA", "Manhattan, NY", "Bethany, DE", "10016"))
# }