boxr S3 Classes
boxr implements a series of S3 classes to manage the data returned by the Box API. These classes are built on list
; if you wish to access the information directly, you can use unclass(x)
.
‘boxr_file_reference’
box_ul()
, box_save()
, box_delete_file()
, etc.print()
.‘boxr_folder_reference’
box_dir_create()
, box_delete_folder()
.print()
.‘boxr_dir_wide_operation_result’
box_fetch()
and box_push()
.print()
, summary()
.‘boxr_object_list’
box_ls()
, box_search()
, and related functions.print()
, as.data.frame()
.‘boxr_dir_comparison’
box_dir_diff()
.print()
, summary()
.‘boxr_collab’
box_collab_create()
.print()
, as.data.frame()
, as_tibble()
.‘boxr_collab_list’
box_collab_get()
.print()
, as.data.frame()
, as_tibble()
.‘boxr_comment’
box_comment_create()
.print()
, as.data.frame()
, as_tibble()
.‘boxr_comment_list’
box_comment_get()
.print()
, as.data.frame()
, as_tibble()
.‘boxr_version_list’
box_version_api()
.print()
, as.data.frame()
, as_tibble()
.