Benchmarking R-native and Plumber API Approaches for ETL Processes
The Plumber package allows R code to be exposed as a RESTful web service through special decorator comments, introducing a layer of abstraction and ease of access from other applications and frameworks. Although the overhead of doing so is fairly low, using package functions within the R context may be ... [Read more...]