Files
shiny/man/stopApp.Rd
Yihui Xie 194d8a05f8 using the latest master of klutometis/roxygen (d823c3a088b20ea5e38a60d78d42ccbe9f1e1eec)
Rd text for arguments is no longer wrapped by default
2014-03-24 23:46:46 -05:00

17 lines
377 B
R

% Generated by roxygen2 (4.0.0): do not edit by hand
\name{stopApp}
\alias{stopApp}
\title{Stop the currently running Shiny app}
\usage{
stopApp(returnValue = NULL)
}
\arguments{
\item{returnValue}{The value that should be returned from
\code{\link{runApp}}.}
}
\description{
Stops the currently running Shiny app, returning control to the caller of
\code{\link{runApp}}.
}