An open API service indexing awesome lists of open source software.

https://github.com/stla/callingrinnode

Calling R in Node
https://github.com/stla/callingrinnode

javascript r

Last synced: about 1 year ago
JSON representation

Calling R in Node

Awesome Lists containing this project

README

          

# CallingRinNode
Calling R in Node

Two ways to call R in Node:

- using the `rstats` library

- using a `R` script and `child_process`