Description Usage Arguments Value Examples
An "entity" is simply one of the four medata endpoints.
cases
projects
files
annotations
All GDCQuery
objects will have an entity name. This S3 method
is simply a utility accessor for those names.
1 2 3 4 5 6 7 | entity_name(x)
## S3 method for class 'GDCQuery'
entity_name(x)
## S3 method for class 'GDCResults'
entity_name(x)
|
x |
a |
character(1) name of an associated entity; one of "cases", "files", "projects", "annotations".
1 2 3 4 5 | qcases = cases()
qprojects = projects()
entity_name(qcases)
entity_name(qprojects)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.