powered by
The function returns the maximum number of threads that you can use with multi-core functions.
maxthreads()
An integer with the number of threads available on the device.
The number returned is the number of Threads, not the number of Physical Cores (it is twice the number of physical cores of CPU uses Hyper Threading)
https://en.wikipedia.org/wiki/Thread_(computing)
http://pgm-solutions.com/packages
# NOT RUN { maxthreads() # }
Run the code above in your browser using DataLab