app_header: app_header

Description Usage Arguments Examples

View source: R/UI_Functions.R

Description

Does the layout of the tabs and loads organization header image. Also set some locations of our info modal and optional org logo

Usage

1
2
3
4
app_header(header = "header.jpg", info.top = 245, info.left = 20,
  header_logo = NULL, header_logo.top = NULL,
  header_logo.left = NULL, tabs.height = 225, info.click_me = NULL,
  info.intro = NULL)

Arguments

header

page header image

info.top

position of info button from the top

info.left

position of info button from the left

header_logo

optional org logo for header

header_logo.top

optional org logo position from top

header_logo.left

optional org logo position from left

tabs.height

height of tab widget

info.click_me

additional text can be HTML formatted with style next to info icon

info.intro

run the intro tutorial on page load. False or Null requires user to click info icon in header.

Examples

1
app_header(header='header.jpg',info.top=245,info.left=20,header_logo=NULL,header_logo.top=NULL,header_logo.left=NULL,tabs.height=225)

RX-PBB/PBBOpenData documentation built on May 15, 2020, 11:24 p.m.