Skip to content

Commit

Permalink
Remove rmd for word
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalster committed May 3, 2024
1 parent 1c1fea1 commit 4c88ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/word.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c88ca2

Please sign in to comment.