Description Usage Arguments Value See Also Examples
Export an EtherCalc "room" to a local file
1 2 | ec_export(room, type = c("csv", "json", "html", "md", "xlsx"), path,
overwrite = TRUE, ec_host = ethercalc_host())
|
room |
name of an EtherCalc "room" |
type |
EtherCalc supports exporting as CSV, JSON, HTML, markdown, or Excel.
Use " |
path |
place to save the file. Value will be |
overwrite |
overwrite |
ec_host |
See |
a raw
vector containing the contents of what was written to path
.
Other EthercCalc importers/exporters: ec_append
,
ec_edit
, ec_read
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.