create_NWIS_bib | R Documentation |
Uses attributes from the NWIS functions to create data citations.
create_NWIS_bib(x)
x |
Any data returned from an NWIS function, must include "queryTime" and "url" attributes, which should come with the data by default. |
See ?bibentry
for more information.
bibentry object to use for citing the data.
nwisData <- readNWISdv("04085427", "00060", "2012-01-01", "2012-06-30")
nwis_citation <- create_NWIS_bib(nwisData)
nwis_citation
print(nwis_citation, style = "Bibtex")
print(nwis_citation, style = "citation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.