include_app2: Embed a shiny app in a pkgdown site

Description Usage Arguments Value

View source: R/embed.R

Description

Embeds a shiny app in a pkgdown, or similar bootstrap website. Does not offer a print method for non-html output.

Usage

1
include_app2(src, name = NULL, height = "100%", width = "100%")

Arguments

src

The URL of the shiny app to embed.

name

Name of the iframe.

height, width

The dimensions of the iframe as CSS units.

Value

A tag list as from htmltools::tagList().


subugoe/shinycaas documentation built on Nov. 25, 2020, 10:28 p.m.