Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 6, 2022
1 parent fff5580 commit 5650b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data_extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' - a positive integer, giving the position counting from the left
#' - a negative integer, giving the position counting from the right.
#'
#' or one of the following select-helpers: `starts_with("")`, `end_with("")`,
#' or one of the following select-helpers: `starts_with("")`, `ends_with("")`,
#' `contains("")`, or `"regex()"`. Multiple variables can also be extracted
#' using a character vector of length > 1, or a numeric vector containing
#' column indices. If the special value `0` or `"row.names"` is given, the
Expand Down Expand Up @@ -46,7 +46,7 @@
#' \subsection{Extracting single variables (vectors)}{
#' When `select` is the name of a single column, or when select only matches
#' one column, a vector is returned. A single variable is also returned when
#' `pull` is either `"first` or `"last"`. Setting `as_data_frame` to `TRUE`
#' `extract` is either `"first` or `"last"`. Setting `as_data_frame` to `TRUE`
#' overrides this behaviour and *always* returns a data frame.
#' }
#' \subsection{Extracting a data frame of variables}{
Expand Down
4 changes: 2 additions & 2 deletions man/data_extract.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5650b39

Please sign in to comment.