# \donttest{
# Get recommended threads
threads <- get_recommended_threads()
# Use for OpenMP operations
options(BigDataStatMeth.threads = threads)
# More aggressive (use 90% of cores)
threads <- get_recommended_threads(use_fraction = 0.9)
# }
Run the code above in your browser using DataLab