BeaconSet.retrieve {solvebio} | R Documentation |
Retrieves the metadata about a specific beacon set on SolveBio.
BeaconSet.retrieve(id, env = solvebio:::.solveEnv)
id |
The ID of the beacon set. |
env |
(optional) Custom client environment. |
## Not run:
BeaconSet.retrieve("1234")
## End(Not run)