Learn R Programming

solvebio (version 2.15.0)

Object.create: Object.create

Description

Create a SolveBio object.

Usage

Object.create(
  vault_id,
  parent_object_id,
  object_type,
  filename,
  env = .solveEnv,
  ...
)

Arguments

vault_id

The target vault ID.

parent_object_id

The ID of the parent object (folder) or NULL for the vault root.

object_type

The type of object (i.e. "folder").

filename

The filename (i.e. the name) of the object.

env

(optional) Custom client environment.

...

(optional) Additional object attributes.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Object.create(
              vault_id="1234567890",
              parent_object_id=NULL,
              object_type="folder",
              filename="My Folder"
              )
}

Run the code above in your browser using DataLab