manifest: Prepare GDC manifest file for bulk download
Description
The manifest function/method creates a manifest of files to be downloaded
using the GDC Data Transfer Tool. There are methods for
creating manifest data frames from GDCQuery objects
that contain file information ("cases" and "files" queries).
Usage
manifest(x, from = 0, size = count(x), ...)
# S3 method for gdc_files
manifest(x, from = 0, size = count(x), ...)
# S3 method for GDCfilesResponse
manifest(x, from = 0, size = count(x), ...)
# S3 method for GDCcasesResponse
manifest(x, from = 0, size = count(x), ...)
Arguments
x
An GDCQuery object of subclass "gdc_files" or "gdc_cases".
from
Record number from which to start when returning the manifest.
size
The total number of records to return. Default
will return the usually desirable full set of records.