powered by
Add a new beacon to an existing beacon set. The beacon set must already exist in order to add beacons.
Beacon.create(beacon_set_id, vault_object_id, title, env = .solveEnv, ...)
The ID of the parent beacon set.
The ID of the vault object (i.e. dataset) queried by the beacon.
The title displayed for the beacon.
(optional) Custom client environment.
(optional) Additional beacon attributes (such as description and params).
https://docs.solvebio.com/
if (FALSE) { Beacon.create( beacon_set_id="1234", vault_object_id="1234567890", title="My new beacon" ) }
Run the code above in your browser using DataLab