ec_start: Start an EtherCalc instance (requires you to install...

Description Usage Arguments Details Value Examples

Description

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.

Usage

1
ec_start(host = "localhost", port = 8000, args = NULL)

Arguments

host, port

interface and port for ethercalc to bind to. Defaults to localhost and 8000.

args

optional arguments to pass in to the ethercalc executable

Details

You really should consider installing and running a local copy of redis to get an efficient, persistent store for your spreadsheets.

Value

a processx process object

Examples

1
2
3
4
## Not run: 
ec_start()

## End(Not run)

hrbrmstr/ethercalc documentation built on June 16, 2019, 4:18 a.m.