Skip to content

Commit

Permalink
[box_dl/_ul] Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-r committed Dec 14, 2015
1 parent 848cfc5 commit deb3ed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions R/boxr_upload_download.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#' Download and upload individual files from box.com
#'
#' @description {
#' Functions to download (\code{box_dl}), and upload (\code{box_ul}), files,
#' as well as read remote files straight into memory (\code{box_read}).
#' Functions to download (\code{box_dl}), and upload (\code{box_ul}).
#'
#' \code{box_dl} takes the \code{id} of a file hosted on box.com, downloads
#' it and writes it to disk.
#'
#' \code{box_ul} uploads a file stored locally to a specified box.com folder.
#' If a file with the same name already exists, it will store a new version
#' of the file.
#' If a file with the same name already exists, it will upload the file as
#' a new version.
#' }
#'
#' @section Versions:
Expand Down Expand Up @@ -53,8 +52,6 @@
#'
#' \code{box_ul} will return an object describing the new remote file
#'
#' \code{box_read} will return an \bold{\code{R}} object
#'
#' @author Brendan Rocks \email{rocks.brendan@@gmail.com}
#'
#' @seealso \code{\link{box_fetch}} and \code{\link{box_push}} for
Expand Down
9 changes: 3 additions & 6 deletions man/box_dl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit deb3ed6

Please sign in to comment.