Description Usage Arguments Value Examples
The manifest
method creates a data.frame
that represents the data for a manifest file needed
by the GDC Data Transfer Tool. While the file format
is nothing special, this is a simple helper function
to write a manifest data.frame to disk. It returns
the path to which the file is written, so it can
be used "in-line" in a call to transfer
.
1 | write_manifest(manifest, destfile = tempfile())
|
manifest |
A data.frame with five columns, typically
created by a call to |
destfile |
The filename for saving the manifest. |
character(1) the destination file name.
1 2 | mf = files() %>% manifest(size=10)
write_manifest(mf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.