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")

Arguments

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 "Recommended citation".

heading_size

character, the heading tag, defaults to "h3".

Value

a character string wrapped in shiny::HTML.

Details

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.

Examples

#not run