BeaconSet.create: BeaconSet.create

View source: R/beacon_set.R

BeaconSet.createR Documentation

BeaconSet.create

Description

Create a new beacon set.

Usage

BeaconSet.create(title, description, is_shared = FALSE, env = .solveEnv, ...)

Arguments

title

The title displayed for the beacon set.

description

(optional) An optional description for the new beacon set.

is_shared

If TRUE, everyone else in your account will be able to see and query the beacon set, but will not be able to edit it. (Default: FALSE)

env

(optional) Custom client environment.

...

(optional) Additional beacon set attributes.

References

https://docs.solvebio.com/

Examples

## Not run: 
BeaconSet.create(
                 title="My new beacon set",
                 )

## End(Not run)


solvebio documentation built on Sept. 11, 2024, 7:23 p.m.