Webr Articles
webrcli & spidyr: A starter pack for building NodeJS projects with webR inside
Introducing webrcli and spidyr, a starter toolkit for building Node.js projects that integrate R via webR, enabling seamless use of R functions in JavaScript.
Rethinking packages & functions preloading in webR 0.2.2
Explains improvements in webR 0.2.2 for preloading R packages and custom functions using the new FS.mount feature and the webrtools package.
Using my own R functions in webR in an Express JS API, and thoughts on building web apps with Node & webR
Explains how to integrate custom R functions into a Node.js/Express API using webR, focusing on packaging R code for production use.
Preloading your R packages in webR in an Express JS API
Explains how to preload R packages in a webR environment within an Express.js API to avoid repeated downloads on each app launch.
Using webR in an Express JS REST API
A tutorial on integrating the WebAssembly-based webR runtime into an Express.js REST API to execute R code from a Node.js server.