write_manifest: write a manifest data.frame to disk

Description Usage Arguments Value Examples

View source: R/manifest.R

Description

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.

Usage

1

Arguments

manifest

A data.frame with five columns, typically created by a call to manifest

destfile

The filename for saving the manifest.

Value

character(1) the destination file name.

Examples

1
2
mf = files() %>% manifest(size=10)
write_manifest(mf)

GenomicDataCommons documentation built on Nov. 8, 2020, 11:08 p.m.