Read an EtherCalc "room" to a local data frame

ec_read(room, ..., ec_host = ethercalc_host())

Arguments

room

name of an EtherCalc "room"

...

passed on to readr::read_csv()

ec_host

See ethercalc_host()

See also

Other EthercCalc importers/exporters: ec_append, ec_edit, ec_export

Examples

# NOT RUN {
ec_edit(mtcars, "mtcars")
ec_read("mtcars")
# }