Skip to content

Commit 5ac0439

Browse files
committed
spelling fixes
1 parent 6d26e21 commit 5ac0439

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

R/bigsearch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Request to download a large number of VertNet records.
22
#'
3-
#' Specifies a termwise search (like \code{\link{searchbyterm}}) and requests
3+
#' Specifies a term-wise search (like \code{\link{searchbyterm}}) and requests
44
#' that all available records be made available for download as a
55
#' tab-delimited text file.
66
#'

R/spatialsearch.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#'
66
#' @export
77
#' @param lat Latitude of the central point, in decimal degrees (numeric)
8-
#' Required.
9-
#' @param long Longitude of the central point, in decimal degrees (numeric) R
10-
#' equired.
8+
#' required.
9+
#' @param long Longitude of the central point, in decimal degrees (numeric)
10+
#' required.
1111
#' @param radius Radius to search, in meters (numeric). There is no default
12-
#' value for this parameter. Required.
12+
#' value for this parameter. required.
1313
#' @param limit (numeric) Limit on the number of records returned. If >1000
1414
#' results, we use a cursor internally, but you should still get up to the
1515
#' results you asked for. See also

R/vertmap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' @details \code{vertmap} uses decimal latitude and longitude data in records generated by
2424
#' an rvertnet search to display returned records on a specified base map. Taxa
2525
#' are color-coded by scientific name, if available. Adapt the vertmap code to
26-
#' construct maps according to your own specfications.
26+
#' construct maps according to your own specifications.
2727
#' @examples \dontrun{
2828
#' out <- vertsearch("Junco hyemalis") # get occurrence records
2929
#' vertmap(out) # map occurrence records

R/vertsearch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @param messages Print progress and information messages. Default: TRUE
1414
#' @param only_dwc (logical) whether or not to return only Darwin Core term
1515
#' fields. Default: \code{TRUE}
16-
#' @param callopts curl options in a list pased on to
16+
#' @param callopts curl options in a list passed on to
1717
#' \code{\link[crul]{HttpClient}}, see examples
1818
#'
1919
#' @return A data frame of search results

man/bigsearch.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/spatialsearch.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/traitsearch.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vertmap.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vertsearch.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)