BeaconSet.update: BeaconSet.update

View source: R/beacon_set.R

BeaconSet.updateR Documentation

BeaconSet.update

Description

Updates the attributes of an existing beacon set.

Usage

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

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

## End(Not run)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.