ec_edit: Edit a data frame in a new or existing EtherCalc "room"

Description Usage Arguments Note See Also Examples

Description

Edit a data frame in a new or existing EtherCalc "room"

Usage

1
2
ec_edit(x, room = NULL, browse = TRUE, ...,
  ec_host = ethercalc_host())

Arguments

x

a data frame

room

name of an existing EtherCalc "room" or NULL to create a new one

browse

if TRUE (default) then open up a browser tab/window to the new room

...

passed on to write.csv()

ec_host

See ethercalc_host()

Note

You will receive an error if x has a total cell count over 500,000.

See Also

Other EthercCalc importers/exporters: ec_append, ec_export, ec_read

Examples

1
2
3
4
## Not run: 
ec_edit(iris, "test")

## End(Not run)

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