powered by
Create a new dataset in a vault.
Vault.create_dataset(id, path, name, env = .solveEnv, ...)
The ID of the vault.
The path to the dataset, within the vault.
The name (filename) for the dataset.
(optional) Custom client environment.
(optional) Additional dataset creation parameters.
https://docs.solvebio.com/
if (FALSE) { vault = Vault.get_personal_vault() Vault.create_dataset(vault$id, path="/", name="My Dataset") }
Run the code above in your browser using DataLab