Gets the number of threads iscream is currently set to use, whether the
"iscream.threads"
option is set and how many threads are available for
use. To set the number of threads use set_threads()
or set the
iscream.threads
option in your ~/.Rprofile
. See ?set_threads
for more
information.
Value
A named vector:
use_threads
= the number of threads iscream will useopt_set
= whether the option was set by the useravail_threads
= The number of available threads as reported byparallelly::availableCores