write_excel | R Documentation |
Convert the object x
to an xml_document
object using the function as_xml()
and write it to a file.
If no method as_xml()
exists for the object |classx, an error will be raised.
write_excel(x, file, ...)
x |
object which can be convertewd to a |
file |
Path to file or connection to write to. |
... |
additional parameter for the conversion function |
invisibly returns the path to the file saved to
write_excel(dmdScheme(), file = tempfile()) write_excel(dmdScheme_raw(), file = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.