| Dataset.create | R Documentation | 
Create an empty SolveBio dataset.
Dataset.create(vault_id, vault_parent_object_id, name, env = .solveEnv, ...)
| vault_id | The ID of the vault. | 
| vault_parent_object_id | The parent object (folder) ID in the vault. | 
| name | The name of the dataset in the parent folder. | 
| env | (optional) Custom client environment. | 
| ... | (optional) Additional dataset attributes. | 
## Not run: 
Dataset.create(vault_id=vault$id, vault_parent_object_id=NULL, name="My Dataset")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.