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