Package 'covid19tunisia'

Title: Cases of COVID-19 in Tunisia
Description: Data personnally collected about the spread of COVID-19 (SARS-COV-2) in Tunisia.
Authors: Mouna Belaid [aut, cre]
Maintainer: Mouna Belaid <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2025-03-04 03:47:40 UTC
Source: https://github.com/mounabelaid/covid19tunisia

Help Index


Get info about this dataset

Description

Get info about this dataset

Usage

get_info_covid19tunisia()

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

Refresh data

Description

Refresh data

Usage

refresh_covid19tunisia(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 Tunisia, ordered by date descending.

Examples

refresh_covid19tunisia()