box_dir_create {boxr} | R Documentation |
Create a Box directory
Description
This will create a new folder at Box, with name dir_name
,
in the Box folder with ID parent_dir_id
.
Usage
box_dir_create(dir_name, parent_dir_id = box_getwd())
Arguments
dir_name |
|
parent_dir_id |
|
Value
Object with S3 class boxr_folder_reference
.
See Also
box_delete_folder()
to move Box folders to trash,
box_ls()
to list files in a Box folder.
[Package boxr version 0.3.6 Index]