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.

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

# NOT RUN {
ec_list()
# }