iframe_ui: iFrame Module UI

Description Usage Arguments Value

View source: R/iframe.R

Description

An iframe can be created to display the views and windows hosted on other web pages using a shiny wrapper to accomplish the task in a shiny application

Usage

1
2
3
4
5
6
7
iframe_ui(
  id,
  title = "Requests",
  title_container = shiny::h3,
  iframe_description = "iFrame Description goes here",
  width = 12
)

Arguments

id

is unique ID associated with the button for the UI namespace

title

character. Title of the iframe

title_container

function. A function wrapper for the size of the title

iframe_description

character. Text describing the contents of the iframe

width

number. A function wrapper for the size of the entire column

Value

HTML UI code for a shiny application


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.