Title: | Cases of COVID-19 in France |
Version: | 0.1.0 |
Description: | Imports and cleans 'opencovid19-fr' https://github.com/opencovid19-fr/data data on COVID-19 in France. |
License: | MIT + file LICENSE |
Depends: | R (≥ 2.10) |
Imports: | dplyr (≥ 0.8.5), glue (≥ 1.3.2), lubridate (≥ 1.7.4), magrittr (≥ 1.5), readr (≥ 1.3.1), stringr (≥ 1.4.0), tidyr (≥ 1.0.2) |
Suggests: | testthat (≥ 2.3.1) |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 7.1.0 |
NeedsCompilation: | no |
Packaged: | 2020-04-10 20:08:53 UTC; amanda |
Author: | Amanda Dobbyn [aut, cre] |
Maintainer: | Amanda Dobbyn <amanda.e.dobbyn@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2020-04-14 16:10:02 UTC |
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
Assignment pipe operator
Description
See magrittr::%<>%
for details.
Usage
lhs %<>% rhs
Get info about this dataset
Description
Get info about this dataset
Usage
get_info_covid19france()
Value
A tibble with information about where the data is pulled from, details about the dataset, what the data types are, etc.
Examples
get_info_covid19france()
Refresh data
Description
Refresh data
Usage
refresh_covid19france(verbose = TRUE)
Arguments
verbose |
Should messages about what's going on be displayed? |
Value
A tibble of the most up to date per-day data on cases of COVID-19 in France, ordered by date descending.
Examples
refresh_covid19france()