available_values: Find common values for a GDC field

View source: R/fields.R

available_valuesR Documentation

Find common values for a GDC field

Description

Find common values for a GDC field

Usage

available_values(entity, field, legacy)

Arguments

entity

character(1), a GDC entity ("cases", "files", "annotations", "projects")

field

character(1), a field that is present in the entity record

legacy

logical(1), DEFUNCT; no longer in use.

Value

character vector of the top 100 (or fewer) most frequent values for a the given field

Examples

available_values('files','cases.project.project_id')[1:5]


Bioconductor/GenomicDataCommons documentation built on Jan. 30, 2024, 11:59 p.m.