shiny.appobj: Shiny App object

shiny.appobjR Documentation

Shiny App object

Description

Internal methods for the shiny.appobj S3 class.

Usage

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.

...

Ignored.


shiny documentation built on Nov. 18, 2023, 1:08 a.m.