add_logo: Adds a branding logo to the footer of a navbarPage app

Description Usage Arguments Value See Also

View source: R/add_logo.R

Description

Adds a branding logo to the footer of a navbarPage app

Usage

1
2
3
4
5
6
(
  app_dir = getShinyOption("appDir"),
  git_user = getShinyOption("gitUser"),
  icon = getShinyOption("icon"),
  img = getShinyOption("img")
)

Arguments

app_dir

character Directory in which the app files are located

git_user

character GitHub account username (see details)

icon

character Name of a fontAwesome icon printed in the app footer

img

character Path to an image printed in the app footer

Value

A fontAwesome icon or an image printed in the footer of a navbarPage app

See Also

create_logo


teachingApps documentation built on July 1, 2020, 5:58 p.m.