Learn R Programming

solvebio (version 2.15.0)

Beacon.update: Beacon.update

Description

Updates the attributes of an existing beacon.

Usage

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

Arguments

id

The ID of the beacon to update.

env

(optional) Custom client environment.

...

Beacon attributes to change.

References

https://docs.solvebio.com/

Examples

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

Run the code above in your browser using DataLab