app_citation.Rd
Generate a sub section for an app's information page to provide a recommended citation.
app_citation(author, year, title, publisher, url, heading = "Recommended citation", heading_size = "h3")
author | character string, appears as is. |
---|---|
year | year of publication. |
title | citation title. |
publisher | the publisher. |
url | the url of the application. |
heading | the heading of the citation section, defaults to |
heading_size | character, the heading tag, defaults to |
a character string wrapped in shiny::HTML
.
All character strings appear as is. For example, enter author="First Last, Last, F. , Last, F"
if that is how
three authors should appear in the citation. Note that terminal periods (.
) are implicit.
#not run