Many workflows in R can be expressed as graphs of distinct processing steps. Where these steps are independent of each other, there is an opportunity to parallelize execution. This is where updraft comes in. updraft workflows are built through R6 classes and can be saved to disk in JSON format. UpDraft workflow execution supports both serial and parallel execution without a user needing to directly interface with a multiprocessing or scheduling library. Plus, UpDraft can visualize workflows. It's pretty cool.
Package details |
|
---|---|
Maintainer | Chris Schultz <chris.schultz@uptake.com> |
License | file LICENSE |
Version | 0.1.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.