| Vault.create_folder {solvebio} | R Documentation | 
Vault.create_folder
Description
Create a new folder in a vault.
Usage
Vault.create_folder(
  id,
  path,
  recursive = FALSE,
  env = solvebio:::.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
Examples
## Not run: 
vault = Vault.get_personal_vault()
Vault.create_folder(vault$id, "/My Folder")
## End(Not run)
[Package solvebio version 2.14.0 Index]