powered by
Create a new folder in a vault.
Vault.create_folder(id, path, recursive = FALSE, env = .solveEnv, ...)
The ID of the vault.
The path to the folder, within the vault.
Create all parent directories that do not yet exist (default: FALSE).
(optional) Custom client environment.
(optional) Additional folder creation parameters.
https://docs.solvebio.com/
if (FALSE) { vault = Vault.get_personal_vault() Vault.create_folder(vault$id, "/My Folder") }
Run the code above in your browser using DataLab