| get_max_threads | R Documentation |
The default number of threads in
cheapr is 2 (if your system has at least 2 available threads).
You can change the number of threads via set_threads().
To see the number of threads currently being used, run get_threads().
To see the maximum number of threads your machine can use,
run get_max_threads()
get_max_threads()
set_threads(n)
get_threads()
n |
|
get_max_threads() returns the max number of threads you can use.
get_threads() returns the number of threads that are being used.
set_threads() invisibly sets the number of threads to be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.