View source: R/optimizeCoreGx.R
optimizeCoreGx | R Documentation |
A helper method to find the best multithreading configuration for your computer
optimizeCoreGx(sample_data, set = FALSE, report = !set)
sample_data |
|
set |
|
report |
|
If set=TRUE
, modifies data.table
threads via setDTthreads()
, otherwise
displays a message indicating the optimal number of threads.
If report=TRUE
, also returns a data.frame
of the benchmark results.
data(merckLongTable)
optimizeCoreGx(merckLongTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.