entity_name | R Documentation |
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.
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".
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.