View source: R/database_access.r
cite_ecotox | R Documentation |
Cite the downloaded copy of the ECOTOX database and this package
(citation("ECOTOXr")
) for reproducible results.
cite_ecotox(path = get_ecotox_path(), version)
path |
A |
version |
A |
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.
Returns a vector
of bibentry()
's, containing a reference to the downloaded database
and this package.
Pepijn de Vries
## Not run:
## In order to cite downloaded database and this package:
cite_ecotox()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.