WebR - R in the Browser
WebR is a version of the statistical language R compiled for the browser and Node.js using WebAssembly, via Emscripten.
WebR makes it possible to run R code in the browser without the need for an R server to execute the code: the R interpreter runs directly on the user’s machine. Several R packages have also been ported for use with webR, and can be loaded in the usual way using the library()
function.
Try it out
WebR REPL
Try a demo of the webR REPL directly in your web browser, no installation required!
Interactive R code editor
Useful links
- WebR on GitHub: https://github.com/r-wasm/webr/