View source: R/database_access.r
get_ecotox_info | R Documentation |
Get information on how and when the local ECOTOX database was build.
get_ecotox_info(path = get_ecotox_path(), version)
path |
A |
version |
A |
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()
.
Returns a vector
of character
s, containing a information on the selected local ECOTOX database.
Pepijn de Vries
Other database-access-functions:
check_ecotox_availability()
,
check_ecotox_build()
,
check_ecotox_version()
,
cite_ecotox()
,
dbConnectEcotox()
,
get_ecotox_sqlite_file()
,
list_ecotox_fields()
if (check_ecotox_availability()) {
## Show info on the current database (only works when one is downloaded and build):
get_ecotox_info()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.