extract_info2: Extract information from latest report of DGS from 2020/08/17

View source: R/scrapper.R

extract_info2R Documentation

Extract information from latest report of DGS from 2020/08/17

Description

Extract information from latest report of DGS from 2020/08/17

Usage

extract_info2(only.date = NULL, index = 1)

Arguments

only.date

filter out if date isn't the same (NULL for keep whatever report it is)

index

index of report to extract (1 is the latest)

Value

list with information that can be extracted

Examples

extract_info2(index = 11) # keep only if it's from today
index <- 15
extract_info2(index = index) # keep only if it's from today

averissimo/covid19.pt.data documentation built on March 29, 2022, 3:24 p.m.