box_source {boxr} | R Documentation |
Source R code from a Box file
Description
Note: please use this function with extreme caution, as it is possible for the contents of a Box file to change without your knowledge.
This function downloads a file from Box, then runs its
contents, as R code, using source()
.
Usage
box_source(file_id, local = globalenv(), ...)
Arguments
file_id |
|
local |
|
... |
Other arguments passed to |
Value
Object returned by source()
,
called for side-effect of modifying an environment.
See Also
box_dl()
, box_save()
, box_read()
[Package boxr version 0.3.6 Index]