Title: | A 'RStudio' Addin to Send 'JavaScript' Code to the 'V8' Console |
---|---|
Description: | Provides a 'RStudio' addin to send some 'JavaScript' code to the 'V8' console. The user can send an entire 'JavaScript' file or only some selected lines. This is useful to test the code. |
Authors: | Stéphane Laurent |
Maintainer: | Stéphane Laurent <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0 |
Built: | 2024-11-18 04:53:47 UTC |
Source: | https://github.com/stla/jsconsole |
This package provides a RStudio addin to send some JavaScript code in the
V8 console. To run the addin, open a JavaScript file, select some lines if
you want to send only this piece of code, and select JSconsole
from
the Addins menu within RStudio.