R/doshiny.R

Defines functions doshiny

Documented in doshiny

doshiny <-
function()
{
    getOption("pboptions")$type == "shiny" &&
        requireNamespace("shiny") &&
        shiny::isRunning()
}

Try the pbapply package in your browser

Any scripts or data that you put into this service are public.

pbapply documentation built on July 9, 2023, 7:41 p.m.