R/pbtypes.R

Defines functions pbtypes

Documented in pbtypes

pbtypes <-
function()
{
    TYPES <- c("timer", "txt", "tk", "none", "shiny")
    if (.Platform$OS.type == "windows")
        c(TYPES, "win") else TYPES
}

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.