diff --git a/R/word.R b/R/word.R index 0a762479..a8f51bf3 100644 --- a/R/word.R +++ b/R/word.R @@ -2,12 +2,11 @@ #' replacement for stringr::word #' #' @param string A character vector - #' @param start,end Pair of integer vectors giving range of words (inclusive) #' to extract. The default value select the first word. #' @param sep Separator between words. Defaults to single space. #' @return A character vector with the same length as `string`/`start`/`end`. -#' +#' @noRd #' @examples #' spp <- c("Banksia serrata", "Actinotus helanthii") #' APCalign:::word(spp, 1)