Speed up your R Work
Win-Vector Blog 2018-08-02
Summary:
Introduction In this note we will show how to speed up work in R by partitioning data and process-level parallelization. We will show the technique with three different R packages: rqdatatable, data.table, and dplyr. The methods shown will also work with base-R and other packages. For each of the above packages we speed up work … Continue reading Speed up your R Work