Description Usage Arguments Examples
Only downloads files matching specific patterns from a Box folder. Useful for only downloading certain file types. Also saves a .csv with version information for the downloaded files.
1 2  | box_fetch2(box_dir, local_dir = ".", files = c("xls", "csv", "txt"),
  ...)
 | 
box_dir | 
 A integer specifying a Box folder id.  | 
local_dir | 
 Character. Local directory path.  | 
files | 
 Character. File extensions to be downloaded.  | 
... | 
 ... Arguments passed to   | 
1 2 3 4  | ## Not run: 
box_fetch2(box_dir)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.