BeaconSet.delete {solvebio} | R Documentation |
BeaconSet.delete
Description
Delete a specific beacon set (including all its beacons) from SolveBio.
Usage
BeaconSet.delete(id, env = solvebio:::.solveEnv)
Arguments
id |
The ID of the beacon set. |
env |
(optional) Custom client environment. |
References
Examples
## Not run:
BeaconSet.delete("1234")
## End(Not run)
[Package solvebio version 2.14.0 Index]