Learn R Programming

mirai (version 2.5.1)

daemons_set: Query if Daemons are Set

Description

Returns a logical value, whether or not daemons have been set for a given compute profile.

Usage

daemons_set(.compute = NULL)

Value

Logical TRUE or FALSE.

Arguments

.compute

character value for the compute profile to use (each has its own independent set of daemons), or NULL to use the 'default' profile.

Examples

Run this code
if (FALSE) { # interactive()
daemons_set()
daemons(1)
daemons_set()
daemons(0)
}

Run the code above in your browser using DataLab