create_WQP_bib {dataRetrieval} | R Documentation |
Create WQP data citation
Description
Uses attributes from the WQP functions to create data citations.
Usage
create_WQP_bib(x)
Arguments
x |
Any data returned from an NWIS function, must include "queryTime" and "url" attributes, which should come with the data by default. |
Details
See ?bibentry
for more information.
Value
bibentry object to use for citing the data.
Examples
WQPData <- readWQPqw("USGS-05288705",
parameterCd = "00300")
wqp_citation <- create_WQP_bib(WQPData)
wqp_citation
print(wqp_citation, style = "Bibtex")
print(wqp_citation, style = "citation")
[Package dataRetrieval version 2.7.16 Index]