mod_about: mod_about_ui and mod_about_server

Description Usage Arguments

Description

A shiny Module to generate About tab.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mod_about_ui(
  id,
  package = "shinyutils",
  header = poisson_header(package),
  citation = poisson_citation(package),
  footer = poisson_footer(),
  ...
)

mod_about_server(input, output, session)

Arguments

id

A character string of the shiny id.

package

A character string of the package name.

header

A taglist containing ui elements for the upper body.

citation

A taglist containing ui elements for the citation.

footer

A taglist containing ui elements for the lower body.

input

internal

output

internal

session

internal


poissonconsulting/shinyutils documentation built on Nov. 14, 2021, 8:18 p.m.