Package 'covid19france'

Title: Cases of COVID-19 in France
Description: Imports and cleans 'opencovid19-fr' <https://github.com/opencovid19-fr/data> data on COVID-19 in France.
Authors: Amanda Dobbyn [aut, cre]
Maintainer: Amanda Dobbyn <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-10-10 04:29:55 UTC
Source: https://github.com/Covid19R/covid19france

Help Index


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()