dir.export | R Documentation |
x
to the output path in a specified format.
Any folders in the path that do not exist are created.Concatenates a path, filename, and file extension into an output path, then exports data x
to the output path in a specified format.
Any folders in the path that do not exist are created.
dir.export(x, filename, path = ".", format = "bed", ..., append.date = T)
x |
Data to be written to |
filename |
The output file name. |
path |
The path to the output file. |
format |
An appropriate format for |
... |
Additional arguments to |
append.date |
Whether to write the output to a directory with today's date. |
dir.out
, rtracklayer::export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.