boxGet: Issue a get request for a file stored on box.com

View source: R/boxr__internal_get.R

boxGetR Documentation

Issue a get request for a file stored on box.com

Description

This internal function is shared by box_dl(), and the box_read() family of functions, to issue GET requests, while handling things like version numbers etc. It can be used to download a file, or just read it into memory.

Usage

boxGet(
  file_id,
  local_file,
  version_id = NULL,
  version_no = NULL,
  download = FALSE,
  pb = FALSE
)

brendan-r/boxr documentation built on April 12, 2024, 11:16 p.m.