Learn R Programming

solvebio (version 2.15.0)

BeaconSet.update: BeaconSet.update

Description

Updates the attributes of an existing beacon set.

Usage

BeaconSet.update(id, env = .solveEnv, ...)

Arguments

id

The ID of the beacon set to update.

env

(optional) Custom client environment.

...

Beacon set attributes to change.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
BeaconSet.update(
                 id="1234",
                 title="New Beacon Set Title"
                )
}

Run the code above in your browser using DataLab