mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
19 lines
391 B
R
19 lines
391 B
R
% Generated by roxygen2 (4.0.0): do not edit by hand
|
|
\name{print.shiny.appobj}
|
|
\alias{print.shiny.appdir}
|
|
\alias{print.shiny.appobj}
|
|
\title{Run a Shiny app object}
|
|
\usage{
|
|
\method{print}{shiny.appobj}(x)
|
|
|
|
\method{print}{shiny.appdir}(x)
|
|
}
|
|
\arguments{
|
|
\item{x}{A Shiny app, as returned from \code{\link{shinyAppObj}} or
|
|
\code{\link{shinyAppDir}}.}
|
|
}
|
|
\description{
|
|
Run a Shiny app object
|
|
}
|
|
|