shiny.appobj: Shiny App object

Description Usage Arguments

Description

Internal methods for the shiny.appobj S3 class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
as.shiny.appobj(x)

## S3 method for class 'shiny.appobj'
as.shiny.appobj(x)

## S3 method for class 'list'
as.shiny.appobj(x)

## S3 method for class 'character'
as.shiny.appobj(x)

is.shiny.appobj(x)

## S3 method for class 'shiny.appobj'
print(x, ...)

## S3 method for class 'shiny.appobj'
as.tags(x, ...)

Arguments

x

Object to convert to a Shiny app.

...

Additional parameters to be passed to print.


tomkuipers1402/shiny documentation built on Feb. 13, 2020, 7:22 p.m.