mobility_major_cities: Mobility data for the major cities in Ireland and the United...

Description Usage Format Details Author(s) Source Examples

Description

mobility_major_cities returns a dataset that contains the mobility scores for the major cities in Ireland and the United Kingdom, as well as latitude and longitude location. All the variables are listed below.

Usage

1

Format

mobility_major_cities returns a dataset that has 9,755 rows and 12 columns, as follows

Details

Data from Apple Maps on relative changes in mobility in various cities and countries.

Author(s)

Samuel Lyubic

Source

The data has been collected from the covdata package

Examples

1
2
3
4
5
6
7
## Not run: 
# Directly call variables from the `mobility_major_cities` dataset
mobility_major_cities %>%
ggplot(aes(x = lng, y = lat)) +
geom_point()

## End(Not run)

etc5523-2020/r-package-assessment-samuellyu-2021 documentation built on Jan. 1, 2021, 1:13 a.m.