View source: R/database_access.r
check_ecotox_version | R Documentation |
Checks the version of the database available on-line
from the EPA against the specified version (latest by default) of the database build
locally. Returns TRUE
when they are the same.
check_ecotox_version(path = get_ecotox_path(), version, verbose = TRUE)
path |
When you have a copy of the database somewhere other than the default
directory ( |
version |
A |
verbose |
A |
Returns a logical
value invisibly indicating whether the locally build
is up to date with the latest release by the EPA.
Pepijn de Vries
## Not run:
check_ecotox_version()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.