ec_new: Create a new, empty EtherCalc "room"

Description Usage Arguments Value Examples

Description

Create a new, empty EtherCalc "room"

Usage

1
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

1
2
3
4
## Not run: 
ec_new("test")

## End(Not run)

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