box_add_description {boxr} | R Documentation |
Add description to a Box file
Description
These functions will attach a description or comment to a Box file. A new description will overwrite an existing one.
Usage
box_add_description(file_id, description)
Arguments
file_id |
|
description |
|
Details
Files hosted at Box can have small text-descriptions that you can be use to annotate files, or even to
Value
Object with S3 class boxr_file_reference
.
[Package boxr version 0.3.6 Index]