From 3ce121890d4ea7f92f0b8d0c033910da0288e632 Mon Sep 17 00:00:00 2001 From: Karthik Ram Date: Tue, 4 Mar 2014 11:41:33 -0800 Subject: [PATCH] Minor edit to documentation --- R/ee_utils.R | 2 +- man/ee_cbind.Rd | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/ee_utils.R b/R/ee_utils.R index db7cec7..da198d8 100644 --- a/R/ee_utils.R +++ b/R/ee_utils.R @@ -2,7 +2,7 @@ #' ee_cbind #' #' Allows for combining split ecoengine calls (e.g. paginated calls) back into one single result object -#' @param results +#' @param results A list of objects of class \code{ecoengine} #' @export #' @importFrom assertthat assert_that #' @examples \dontrun{ diff --git a/man/ee_cbind.Rd b/man/ee_cbind.Rd index 32a248c..01dc831 100644 --- a/man/ee_cbind.Rd +++ b/man/ee_cbind.Rd @@ -5,7 +5,8 @@ ee_cbind(results) } \arguments{ - \item{results}{} + \item{results}{A list of objects of class + \code{ecoengine}} } \description{ Allows for combining split ecoengine calls (e.g. paginated