Description Usage Format Source
Demo Data of the Apple Covid-19 Mobility Data for Countries
1 |
A data frame with 83160 rows and 7 variables:
date - The date in YYYY-MM-DD form
location - The name of the location as provided by the data source.
The counties dataset provides county and state. They are combined and
separated by a ,
, and can be split by tidyr::separate()
, if you wish.
location_type - The type of location using the covid19R controlled vocabulary.
location_code - A standardized location code using a national or international standard. In this case, ISO 3166-2 country codes.
location_code_type The type of standardized location code
being used according to the covid19R controlled vocabulary. Here we
use iso_3166_2
data_type - the type of data in that given row.
Includes total_cases
and total_deaths
, cumulative measures of both.
value - number of cases of each data type
https://www.google.com/covid19/mobility/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.