app_footer: app_footer

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
app_footer(logo, logo.top_margin = 20, height = 205,
  background_color = "#eee", rx_logo = "resourcex_logo.png",
  rx_logo.top_margin = 35, copyright = "2018 Copyright City of")

Arguments

logo

org footer logo

logo.top_margin

some spacing for the org logo to top of the footer

height

footer height

background_color

color of the bottom footer

rx_logo

resourcex logo saved in assets

rx_logo.top_margin

some spacing between org logo and the rx logo at the bottom

copyright

copyright text

Examples

1
app_footer(logo,logo.top_margin=20,height=205,background_color="#eee",rx_logo='resourcex_logo.png',rx_logo.top_margin=35,copyright="2018 Copyright City of")

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