This function loads the LEMIS database as an out-of-memory dplyr table. It will download the latest database from the remote repo the first time you use it or if you specify a version of the database not on your computer. Available versions can be found at https://github.com/ecohealthalliance/lemis/releases
1 2 3 4 5 6 7 | lemis_data(version = NULL, path = NULL)
lemis_versions(local = TRUE, path = NULL)
lemis_version_current(local = TRUE, path = NULL)
lemis_del(version, path = NULL)
|
version |
Version number. The default will load the most
recent version on your computer or the most recent version known
to the package if you have never downloaded the data before.
With |
path |
Path to store the data at. If not given,
|
local |
Logical indicating if local or github versions should
be polled. With any luck, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.