Learn R Programming

GenomicDataCommons (version 1.3.4)

available_fields: S3 Generic to return all GDC fields

Description

S3 Generic to return all GDC fields

Usage

available_fields(x)

# S3 method for GDCQuery available_fields(x)

# S3 method for character available_fields(x)

Arguments

x

A character(1) string ('cases','files','projects', 'annotations') or an subclass of GDCQuery.

Value

a character vector of the default fields

Methods (by class)

  • GDCQuery: GDCQuery method

  • character: character method

Examples

Run this code
# NOT RUN {
available_fields('projects')
projQuery = query('projects')
available_fields(projQuery)

# }

Run the code above in your browser using DataLab