check_ecotox_version {ECOTOXr} | R Documentation |
Check if the locally build database is up to date
Description
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.
Usage
check_ecotox_version(path = get_ecotox_path(), version, verbose = TRUE)
Arguments
path |
When you have a copy of the database somewhere other than the default
directory ( |
version |
A |
verbose |
A |
Value
Returns a logical
value invisibly indicating whether the locally build
is up to date with the latest release by the EPA.
Author(s)
Pepijn de Vries
Examples
## Not run:
check_ecotox_version()
## End(Not run)