View source: R/get_google_mobility.R
get_google_mobility | R Documentation |
This is a helper function to automatically access Google's Mobility data for North Carolina Counties
get_google_mobility(counties = NULL)
counties |
a string vector of the desired counties deafult of |
<https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv>
## Not run:
# Return All NC Counties
get_google_mobility()
# Return a Specific County
get_google_mobility("Alamance County")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.