ec_read: Read an EtherCalc "room" to a local data frame

Description Usage Arguments See Also Examples

Description

Read an EtherCalc "room" to a local data frame

Usage

1
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

1
2
3
4
5
## Not run: 
ec_edit(mtcars, "mtcars")
ec_read("mtcars")

## End(Not run)

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