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

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik committed Feb 27, 2014
1 parent 895159a commit 35ab354
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
S3method(print,ecoengine)
export(checklist_details)
export(ee_about)
export(ee_cbind)
export(ee_checklists)
export(ee_footprints)
export(ee_list_sensors)
Expand Down
21 changes: 21 additions & 0 deletions man/ee_cbind.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
\name{ee_cbind}
\alias{ee_cbind}
\title{ee_cbind}
\usage{
ee_cbind(results)
}
\arguments{
\item{results}{<what param does>}
}
\description{
Allows for combining split ecoengine calls (e.g. paginated
calls) back into one single result object
}
\examples{
\dontrun{
x1 <- ee_observations(genus = "Lynx", page = 1)
x2 <- ee_observations(genus = "Lynx", page = 2)
x12 <- ee_cbind(list(x1, x2))
}
}

0 comments on commit 35ab354

Please sign in to comment.