box_version_history: Get version information

Description Usage Arguments Details Value References See Also

View source: R/boxr_file_versions.R

Description

Box uses file versioning, but the API does not explicitly provide version numbers. These functions use modified_date as a proxy to determine a version number (version_no), which you can use with box_dl() and box_read().

Usage

1
2
3

Arguments

file_id

numeric or character, file ID at Box.

Details

Value

box_previous_versions()

data.frame describing previous versions of file.

box_version()

integer version number of most-recent version of file.

References

This function is a light wrapper of the box.com API versions method.

https://developer.box.com/reference/get-files-id-versions/

See Also

box_version_api(), box_dl(), box_read()


boxr documentation built on Jan. 19, 2021, 5:06 p.m.