Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Minor edit to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik committed Mar 4, 2014
1 parent c14c239 commit 3ce1218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ee_utils.R
Expand Up @@ -2,7 +2,7 @@
#' ee_cbind
#'
#' Allows for combining split ecoengine calls (e.g. paginated calls) back into one single result object
#' @param results <what param does>
#' @param results A list of objects of class \code{ecoengine}
#' @export
#' @importFrom assertthat assert_that
#' @examples \dontrun{
Expand Down
3 changes: 2 additions & 1 deletion man/ee_cbind.Rd
Expand Up @@ -5,7 +5,8 @@
ee_cbind(results)
}
\arguments{
\item{results}{<what param does>}
\item{results}{A list of objects of class
\code{ecoengine}}
}
\description{
Allows for combining split ecoengine calls (e.g. paginated
Expand Down

0 comments on commit 3ce1218

Please sign in to comment.