powered by
expand
S3 generic to set GDCQuery expand parameter
expand(x, expand)# S3 method for GDCQuery expand(x, expand)
# S3 method for GDCQuery expand(x, expand)
the objects on which to set fields
a character vector specifying the fields
A GDCQuery object, with the expand member altered.
GDCQuery
GDCQuery: set expand fields on a GDCQuery object
# NOT RUN { gProj = projects() gProj$fields head(available_fields(gProj)) default_fields(gProj) gProj %>% select(default_fields(gProj)[1:2]) %>% response() %>% str(max_level=2) # }
Run the code above in your browser using DataLab