Skip to contents

Small helper function to respecify the number of threads for parallel processing.

Usage

ibis_set_threads(threads = 2)

Arguments

threads

A numeric greater thna 0.

Value

Invisible

See also

Examples

old_threads <- getOption("ibis.nthread")
ibis_set_threads(2)
options(ibis.nthread = old_threads)