R/config.R

Defines functions .maxQueueOption .UnnamedString

# Everything to do with configuration
.UnnamedString <- function()
{
    # A string for unnamed objects
    return ('<unnamed>')
}

.maxQueueOption <- function()
{
    return (getOption('cheddarMaxQueue', 1e7))
}

Try the cheddar package in your browser

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

cheddar documentation built on Sept. 1, 2022, 5:06 p.m.