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

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

# NOT RUN {
ec_edit(iris, "test")
# }