mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 07:28:01 -05:00
37 lines
774 B
R
37 lines
774 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shinyapp.R
|
|
\name{shiny.appobj}
|
|
\alias{shiny.appobj}
|
|
\alias{as.shiny.appobj}
|
|
\alias{as.shiny.appobj.shiny.appobj}
|
|
\alias{as.shiny.appobj.list}
|
|
\alias{as.shiny.appobj.character}
|
|
\alias{is.shiny.appobj}
|
|
\alias{print.shiny.appobj}
|
|
\alias{as.tags.shiny.appobj}
|
|
\title{Shiny App object}
|
|
\usage{
|
|
as.shiny.appobj(x)
|
|
|
|
\method{as.shiny.appobj}{shiny.appobj}(x)
|
|
|
|
\method{as.shiny.appobj}{list}(x)
|
|
|
|
\method{as.shiny.appobj}{character}(x)
|
|
|
|
is.shiny.appobj(x)
|
|
|
|
\method{print}{shiny.appobj}(x, ...)
|
|
|
|
\method{as.tags}{shiny.appobj}(x, ...)
|
|
}
|
|
\arguments{
|
|
\item{x}{Object to convert to a Shiny app.}
|
|
|
|
\item{...}{Ignored.}
|
|
}
|
|
\description{
|
|
Internal methods for the \code{shiny.appobj} S3 class.
|
|
}
|
|
\keyword{internal}
|