cite_ecotox: Cite the downloaded copy of the ECOTOX database
Description
Cite the downloaded copy of the ECOTOX database and this package
(citation("ECOTOXr")) for reproducible results.
Usage
cite_ecotox(path = get_ecotox_path(), version)
Value
Returns a vector of bibentry()'s, containing a reference to the downloaded database
and this package.
Arguments
path
A character string with the path to the location of the local database (default is
get_ecotox_path()).
version
A character string referring to the release version of the database you wish to locate.
It should have the same format as the date in the EPA download link, which is month, day, year, separated by
underscores ("%m_%d_%Y"). When missing, the most recent available copy is selected automatically.
Author
Pepijn de Vries
Details
When you download a copy of the EPA ECOTOX database using download_ecotox_data(),
a BibTex file is stored that registers the database release version and the access (= download) date. Use this
function to obtain a citation to that specific download.
In order for others to reproduce your results, it is key to cite the data source as accurately as possible.
See Also
Other database-access-functions:
check_ecotox_availability(),
check_ecotox_build(),
check_ecotox_version(),
dbConnectEcotox(),
get_ecotox_info(),
get_ecotox_sqlite_file(),
list_ecotox_fields()