cite_ecotox {ECOTOXr} | R Documentation |
Cite the downloaded copy of the ECOTOX database
Description
Cite the downloaded copy of the ECOTOX database and this package for reproducible results.
Usage
cite_ecotox(path = get_ecotox_path(), version)
Arguments
path |
A |
version |
A |
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.
Value
Returns a vector
of bibentry()
's, containing a reference to the downloaded database
and this package.
Author(s)
Pepijn de Vries
Examples
## Not run:
## In order to cite downloaded database and this package:
cite_ecotox()
## End(Not run)