Dataset.create: Dataset.create

View source: R/dataset.R

Dataset.createR Documentation

Dataset.create

Description

Create an empty SolveBio dataset.

Usage

Dataset.create(
  vault_id,
  vault_parent_object_id,
  name,
  env = solvebio:::.solveEnv,
  ...
)

Arguments

vault_id

The ID of the vault.

vault_parent_object_id

The parent object (folder) ID in the vault.

name

The name of the dataset in the parent folder.

env

(optional) Custom client environment.

...

(optional) Additional dataset attributes.

References

https://docs.solvebio.com/

Examples

## Not run: 
Dataset.create(vault_id=vault$id, vault_parent_object_id=NULL, name="My Dataset")

## End(Not run)


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