Description Usage Arguments Details Value Examples
If you have a working Node.js installation and have performed an "npm i -g ethercalc
"
this function will look for the ethercalc
executable and run start it in the background.
You should save the return value since that will allow you to stop the instance (the
instance will stop when the R session is termianted). You can
also add arguments to the call via the args
parameter.
1 |
host, port |
interface and port for |
args |
optional arguments to pass in to the |
You really should consider installing and running a local copy of redis
to get
an efficient, persistent store for your spreadsheets.
a processx
process
object
1 2 3 4 | ## Not run:
ec_start()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.