powered_by: Powered by

View source: R/display.R

powered_byR Documentation

Powered by

Description

Displays information about authors of the shiny app.

Usage

powered_by(
  company_name = NULL,
  link = "#",
  position = "top right",
  logo = NULL,
  logo_width = "120px",
  logo_height = "auto",
  inline = FALSE
)

Arguments

company_name

character with the creator of the app

link

link to the creator's website

position

character with position of the parameter. Default "top right".

web link to a logo image or name of the image file in ./www

logo_width

width of the logo in pixels

logo_height

height of the logo in pixels

inline

if TRUE, display text and logo on the same line

Value

div with "powered by".


Appsilon/shiny.info documentation built on April 23, 2024, 11:07 p.m.