BeaconSet.create {solvebio}R Documentation

BeaconSet.create

Description

Create a new beacon set.

Usage

BeaconSet.create(
  title,
  description,
  is_shared = FALSE,
  env = solvebio:::.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)


[Package solvebio version 2.14.0 Index]