Header Buttons UI Module

header_buttons_ui(
  id,
  include_tour = TRUE,
  include_refresh = TRUE,
  include_help = TRUE,
  include_disclaimer = TRUE,
  include_contact = TRUE,
  include_logout = TRUE,
  contacts = NULL
)

Arguments

id

namespace ID

include_tour

logical - include a 'tour app' button?

include_refresh

logical - include a 'refresh' button?

include_help

logical - include a 'help' button?

include_disclaimer

logical - include a 'disclaimer' button?

include_contact

logical - include a 'contact' button?

include_logout

logical - include a 'logout' button? Note this will replace the default shiny logout.

contacts

contacts list from contacts().

Value

htmltools::tagList()