TODO find a cmd ref

ec_cmd(commands = "", room, ec_host = ethercalc_host())

Arguments

commands

character vector of valid EtherCalc commands

room

name of an EtherCalc "room"

ec_host

See ethercalc_host()

Examples

# NOT RUN {
ec_cmd(c("set A1:E1 font normal bold \* \*", "deleterow A12"), "test")
# }