Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/word.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @param start,end Pair of integer vectors giving range of words (inclusive)
#' to extract. If negative, counts backwards from the last word.
#'
#' The default value select the first word.
#' The default value selects the first word.
#' @param sep Separator between words. Defaults to single space.
#' @return A character vector with the same length as `string`/`start`/`end`.
#' @export
Expand Down
Loading