Description Usage Arguments Value Methods (by class) Examples
S3 generic to set GDCQuery expand parameter
1 2 3 4 |
x |
the objects on which to set fields |
expand |
a character vector specifying the fields |
A GDCQuery
object, with the expand
member altered.
GDCQuery
: set expand fields on a GDCQuery object
1 2 3 4 5 6 7 8 9 | gProj = projects()
gProj$fields
head(available_fields(gProj))
default_fields(gProj)
gProj %>%
select(default_fields(gProj)[1:2]) %>%
response() %>%
str(max_level=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.