Learn R Programming

covid19mobility (version 0.1.1)

refresh_covid19mobility_apple_city: Refresh The Apple Covid-19 Mobility Data for Cities

Description

Pulls in the CSV of the Apple Mobility Data, filters to cities, and reshapes it

Usage

refresh_covid19mobility_apple_city()

Arguments

Value

Returns a tibble that meets the Covid19R Project tidy data standard

References

https://www.apple.com/covid19/mobility

Examples

Run this code
# NOT RUN {
mob <- refresh_covid19mobility_apple_city()

head(mob)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab