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
- Host: GitHub
- URL: https://github.com/stla/callingrinnode
- Owner: stla
- Created: 2016-09-30T16:39:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T16:43:14.000Z (over 9 years ago)
- Last Synced: 2025-03-28T03:24:39.648Z (about 1 year ago)
- Topics: javascript, r
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`