Description Usage Arguments Examples
This function downloads the OIE pdf reports and parses the mostly used data for epidemiology studies.
1 | OIEparser(ystart, yend, timeout = 10000, dbfile)
|
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 |
1 2 3 4 | ## Not run:
OIEparser(ystart=2018, yend=2018, timeout=10000, dbfile='OIEdb.sqlite')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.