ec_list: List all of the available EtherCalc documents

Description Usage Arguments Examples

Description

Connects to the ec_host EtherCalc instance and retrieves a list of all the available documents. Note that documents ending in _formdata are for internal API use only and should not be used as "room" names.

Usage

1
ec_list(all = FALSE, ec_host = ethercalc_host())

Arguments

all

if TRUE then return a list of all "rooms" including the internal-use only _formdata rooms.

ec_host

See ethercalc_host()

Examples

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

## End(Not run)

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