Description Usage Arguments Details Value Examples
This function writes an object to file in a specified format.
1 |
x |
data object to write |
file |
filename (character or |
type |
data or file type |
mkpath |
whether to create parent directories (if they do not already exists) |
symlink |
whether to create a symlink to file with a simplified
file name (ignored if file is not a |
... |
other arguments passed to the underlying function |
If type is NULL, the file type is inferred from
the file extension. If type is NA or if the file extension is
unavailable or unknown, type is inferred from class(x).
Use io_supported to check support for a file or data type.
a data object (object type depends on the underlying function)
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.