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
}
psolymos/pbapply documentation built on Sept. 10, 2023, 7:21 p.m.