powered by
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.
GDCQuery
entity_name(x)# S3 method for GDCQuery entity_name(x)# S3 method for GDCResults entity_name(x)
# S3 method for GDCQuery entity_name(x)
# S3 method for GDCResults entity_name(x)
a GDCQuery object
character(1) name of an associated entity; one of "cases", "files", "projects", "annotations".
# NOT RUN { qcases = cases() qprojects = projects() entity_name(qcases) entity_name(qprojects) # }
Run the code above in your browser using DataLab