View source: R/future_multihashes.R
future_multihashes | R Documentation |
Please note that you must declare your own future evaluation strategy prior to using the function to enable parallelization. By default the function will be evaluated sequentially. On Windows, use future::plan(multisession, workers = n), on Linux/Mac, use future::plan(multicore, workers = n), where n stands for the number of CPU cores you wish to use. Due to the need to read/write to the disk the function may not work properly on high-performance clusters.
future_multihashes(x)
x |
A vector of filenames. Should be located in the working directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.