From a25a91b89ed5b484e0e7417b3824eef84fb4cc12 Mon Sep 17 00:00:00 2001 From: "Joseph W. Brown" Date: Fri, 2 Mar 2018 17:09:22 +0000 Subject: [PATCH] remove extra brackets --- R/searchbyterm.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/searchbyterm.R b/R/searchbyterm.R index d00349e..eb9f69f 100644 --- a/R/searchbyterm.R +++ b/R/searchbyterm.R @@ -62,8 +62,8 @@ #' #' @examples \dontrun{ #' # Find multiple species -#' (out <- searchbyterm(genus = "ochotona", -#' specificepithet = "(princeps OR collaris)", limit=10)) +#' out <- searchbyterm(genus = "ochotona", +#' specificepithet = "(princeps OR collaris)", limit=10) #' #' # Specifying a range (in meters) for uncertainty in spatial location #' # (use quotes)