mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-07 05:04:58 -05:00
Squashed commit of the following: commit 8667bed8962069a5cab8691f981e2b7ba9d449c3 Author: Winston Chang <winston@stdout.org> Date: Tue Jul 11 14:36:11 2017 -0500 Edits commitc4e8549ca5Author: Konrad Rudolph <konrad.rudolph@gmail.com> Date: Fri Jul 7 17:57:33 2017 +0100 Describe changes commit7b05c2e60fAuthor: Konrad Rudolph <konrad.rudolph@gmail.com> Date: Fri Jul 7 17:54:40 2017 +0100 Add new function to doc index commiteb93ebfad8Author: Konrad Rudolph <konrad.rudolph@gmail.com> Date: Fri Jul 7 17:54:30 2017 +0100 Add documentatio for new function commit1a6c8a4d72Author: Konrad Rudolph <konrad.rudolph@gmail.com> Date: Fri Jul 7 17:53:13 2017 +0100 Add a function to test whether the app is running
16 lines
378 B
R
16 lines
378 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/globals.R
|
|
\name{isRunning}
|
|
\alias{isRunning}
|
|
\title{Check whether a Shiny application is running}
|
|
\usage{
|
|
isRunning()
|
|
}
|
|
\value{
|
|
\code{TRUE} if a Shiny application is currently running. Otherwise,
|
|
\code{FALSE}.
|
|
}
|
|
\description{
|
|
This function tests whether a Shiny application is currently running.
|
|
}
|