R/old_beacon.R
Beacon.query.Rd
Query an individual beacon.
Beacon.query(id, query, entity_type, env = get_connection(), ...)
The ID of the beacon.
The entity ID or query string.
(optional) A valid QuartzBio EDP entity type.
(optional) Custom client environment.
(optional) Additional query parameters.
if (FALSE) { # \dontrun{ Beacon.query( id = "1234", query = "BRCA2", entity_type = "gene" ) } # }