Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 14, 2017
1 parent 6d26e21 commit 5ac0439
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion R/bigsearch.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Request to download a large number of VertNet records.
#'
#' Specifies a termwise search (like \code{\link{searchbyterm}}) and requests
#' Specifies a term-wise search (like \code{\link{searchbyterm}}) and requests
#' that all available records be made available for download as a
#' tab-delimited text file.
#'
Expand Down
8 changes: 4 additions & 4 deletions R/spatialsearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#'
#' @export
#' @param lat Latitude of the central point, in decimal degrees (numeric)
#' Required.
#' @param long Longitude of the central point, in decimal degrees (numeric) R
#' equired.
#' required.
#' @param long Longitude of the central point, in decimal degrees (numeric)
#' required.
#' @param radius Radius to search, in meters (numeric). There is no default
#' value for this parameter. Required.
#' value for this parameter. required.
#' @param limit (numeric) Limit on the number of records returned. If >1000
#' results, we use a cursor internally, but you should still get up to the
#' results you asked for. See also
Expand Down
2 changes: 1 addition & 1 deletion R/vertmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @details \code{vertmap} uses decimal latitude and longitude data in records generated by
#' an rvertnet search to display returned records on a specified base map. Taxa
#' are color-coded by scientific name, if available. Adapt the vertmap code to
#' construct maps according to your own specfications.
#' construct maps according to your own specifications.
#' @examples \dontrun{
#' out <- vertsearch("Junco hyemalis") # get occurrence records
#' vertmap(out) # map occurrence records
Expand Down
2 changes: 1 addition & 1 deletion R/vertsearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param messages Print progress and information messages. Default: TRUE
#' @param only_dwc (logical) whether or not to return only Darwin Core term
#' fields. Default: \code{TRUE}
#' @param callopts curl options in a list pased on to
#' @param callopts curl options in a list passed on to
#' \code{\link[crul]{HttpClient}}, see examples
#'
#' @return A data frame of search results
Expand Down
2 changes: 1 addition & 1 deletion man/bigsearch.Rd

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

8 changes: 4 additions & 4 deletions man/spatialsearch.Rd

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

2 changes: 1 addition & 1 deletion man/traitsearch.Rd

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

2 changes: 1 addition & 1 deletion man/vertmap.Rd

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

2 changes: 1 addition & 1 deletion man/vertsearch.Rd

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

0 comments on commit 5ac0439

Please sign in to comment.