Description Usage Arguments Value Methods (by class) Examples
S3 Generic to return all GDC fields
1 2 3 4 5 6 7 8 9 10 11 12 13 | available_fields(x)
## S3 method for class 'GDCQuery'
available_fields(x)
## S3 method for class 'character'
available_fields(x)
## S3 method for class 'GDCQuery'
field_description(entity, field)
## S3 method for class 'character'
field_description(entity, field)
|
x |
A character(1) string ('cases','files','projects',
'annotations') or an subclass of |
a character vector of the default fields
GDCQuery
: GDCQuery method
character
: character method
GDCQuery
: GDCQuery method
character
: character method
1 2 3 | available_fields('projects')
projQuery = query('projects')
available_fields(projQuery)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.