Beacon.update: Beacon.update

View source: R/beacon.R

Beacon.updateR Documentation

Beacon.update

Description

Updates the attributes of an existing beacon.

Usage

Beacon.update(id, env = solvebio:::.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

## Not run: 
Beacon.update(
              id="1234",
              title="New Beacon Title"
             )

## End(Not run)


solvebio documentation built on May 17, 2022, 5:06 p.m.