Shiny App object — shiny.appobj

v1.7.4|Source: R/shinyapp.R

Description

Internal methods for the shiny.appobj S3 class.

as.shiny.appobj(x)

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

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

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

is.shiny.appobj(x)

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

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

Arguments

x

Object to convert to a Shiny app.

...

Ignored.