OIEparser: OIE report parser function

Description Usage Arguments Examples

View source: R/OIEparser.R

Description

This function downloads the OIE pdf reports and parses the mostly used data for epidemiology studies.

Usage

1
OIEparser(ystart, yend, timeout = 10000, dbfile)

Arguments

ystart

the starting year of the query

yend

the ending year of the query

timeout

internet connection timeout in ms

dbfile

the name of the target SQLite database

Examples

1
2
3
4
## Not run: 
OIEparser(ystart=2018, yend=2018, timeout=10000, dbfile='OIEdb.sqlite')

## End(Not run)

solymosin/OIEparser documentation built on Feb. 18, 2020, 3:42 a.m.