Skip to content

boxr v0.2.0

Compare
Choose a tag to compare
@brendan-r brendan-r released this 14 Apr 03:28

New Features

  • Several new wrapper functions for box_read have been added (#25):
    • box_read_csv
    • box_read_tsv
    • box_read_json
  • box_previous_versions allows you to query previous versions of a file
  • box_dl can now download specific versions of a file, via either the version_no or version_id parameter (#21)

Minor Changes