mobility_var | R Documentation |
Download mobility variation data from one or many countries
mobility_var(country.code)
country.code |
Character class country code, vector of countries codes or "All". Countries codes can be found in "countries.codes". If "All", data from all countries will be downloaded |
Data frame with information of the mobility variations grouped by country, sub-region, date and type of activity
## Not run: argentina <- mobility_var("AR") head(argentina) northAmerica <- mobility_var(c("CA", "US", "MX")) head(northAmerica) allCountries <- mobility_var("All") head(allCountries) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.