We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using utils::bibentry for a way to cite HYDAT.
The text was updated successfully, but these errors were encountered:
Something like this:|
hy_citation <- function() { title <- paste0( "Extracted from Environment and Climate Change Canada’s HYDAT.sqlite, released on ", as.Date(hy_version()$Date) ) bibentry( bibtype = "Manual", title = title, author = person("Environment and Climate Change Canada"), year = format(hy_version()$Date, "%Y"), url = "https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/" ) }
Sorry, something went wrong.
No branches or pull requests
Using utils::bibentry for a way to cite HYDAT.
The text was updated successfully, but these errors were encountered: