get_ecotox_info {ECOTOXr} | R Documentation |
Get information on the local ECOTOX database when available
Description
Get information on how and when the local ECOTOX database was build.
Usage
get_ecotox_info(path = get_ecotox_path(), version)
Arguments
path |
A |
version |
A |
Details
Get information on how and when the local ECOTOX database was build. This information is retrieved
from the log-file that is (optionally) stored with the local database when calling download_ecotox_data()
or build_ecotox_sqlite()
.
Value
Returns a vector
of character
s, containing a information on the selected local ECOTOX database.
Author(s)
Pepijn de Vries
Examples
## Not run:
## Show info on the current database (only works when one is downloaded and build):
get_ecotox_info()
## End(Not run)