Learn R Programming

solvebio (version 2.15.0)

Vault.create_folder: Vault.create_folder

Description

Create a new folder in a vault.

Usage

Vault.create_folder(id, path, recursive = FALSE, env = .solveEnv, ...)

Arguments

id

The ID of the vault.

path

The path to the folder, within the vault.

recursive

Create all parent directories that do not yet exist (default: FALSE).

env

(optional) Custom client environment.

...

(optional) Additional folder creation parameters.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
vault = Vault.get_personal_vault()
Vault.create_folder(vault$id, "/My Folder")
}

Run the code above in your browser using DataLab