powered by
Create a SolveBio object.
Object.create( vault_id, parent_object_id, object_type, filename, env = .solveEnv, ... )
The target vault ID.
The ID of the parent object (folder) or NULL for the vault root.
The type of object (i.e. "folder").
The filename (i.e. the name) of the object.
(optional) Custom client environment.
(optional) Additional object attributes.
https://docs.solvebio.com/
if (FALSE) { Object.create( vault_id="1234567890", parent_object_id=NULL, object_type="folder", filename="My Folder" ) }
Run the code above in your browser using DataLab