create_WQP_bib | R Documentation |
Uses attributes from the WQP functions to create data citations.
create_WQP_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.
WQPData <- readWQPqw("USGS-05288705",
parameterCd = "00300")
wqp_citation <- create_WQP_bib(WQPData)
wqp_citation
print(wqp_citation, style = "Bibtex")
print(wqp_citation, style = "citation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.