folder_create {sbtools} | R Documentation |
Create a folder
Description
Create a special kind of item on ScienceBase that is intended to be
a "folder" that contains one or more child items. This is similar to
a standard item (item_create
) but defaults to showing
child-items on the ScienceBase web interface.
Usage
folder_create(parent_id = user_id(), name, ...)
Arguments
parent_id |
An |
name |
(character) the folder name |
... |
Value
A response
object
Examples
## Not run:
folder_create(name="foobar345")
## End(Not run)
[Package sbtools version 1.3.2 Index]