-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
% Generated by roxygen2 (4.1.0): do not edit by hand | ||
% Please edit documentation in R/box_source.R | ||
\name{box_source} | ||
\alias{box_source} | ||
\title{Execute R code stored on box.com} | ||
\usage{ | ||
box_source(file_id) | ||
} | ||
\arguments{ | ||
\item{file_id}{The box.com id for the file that you'd like to download} | ||
} | ||
\description{ | ||
\code{box_source} will download a remote R script stored on box.com, and then | ||
attempt to execute it, using \code{\link{source}}. | ||
} | ||
\author{ | ||
Brendan Rocks \email{rocks.brendan@gmail.com} | ||
} | ||
\seealso{ | ||
\code{\link{box_dl}} for saving files to disk, | ||
\code{\link{box_save}} for working with R workspaces, and | ||
\code{\link{box_read}} for reading files into memory as R objects. | ||
} | ||