Create a new, empty EtherCalc "room"

ec_new(room, browse = TRUE, ec_host = ethercalc_host())

Arguments

room

name of an EtherCalc "room"

browse

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

ec_host

See ethercalc_host()

Value

the full URL to the newly created room (invisibly)

Examples

# NOT RUN {
ec_new("test")
# }