lsmapps_head: HTML <head> for standalone polmeth pages

Description Usage Arguments Value Examples

Description

Creates HTML code, which sets up the <head> section for a standalone polmeth page. Standalone means not a Shiny app here.

Usage

1
  lsmapps_head(bootstrap = TRUE, ...)

Arguments

bootstrap

include bootstrap?

...

further HTML tags for the <head> section

Value

a tag object that shiny understands

Examples

1
2
# view generated html code
cat(as.character(lsmapps_head()))

benjaminschlegel/lsmaps documentation built on May 12, 2019, 11:55 a.m.