Skip to content

Commit 136efb4

Browse files
committed
Inherit docs from base::Extract
1 parent fe1a494 commit 136efb4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

R/square_bracket.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
#' takes the appropriate action if this is the case (warning, error, or ignore,
66
#' depending on the general option set via [lost_tags_action()]) .
77
#'
8+
#' @inheritParams base::Extract
89
#' @param x a `linelist` object
9-
#'
1010
#' @param i a vector of `integer` or `logical` to subset the rows of the
1111
#' `linelist`
12-
#'
1312
#' @param j a vector of `character`, `integer`, or `logical` to subset the
1413
#' columns of the `linelist`
15-
#'
1614
#' @param drop a `logical` indicating if, when a single column is selected, the
1715
#' `data.frame` class should be dropped to return a simple vector, in which
1816
#' case the `linelist` class is lost as well; defaults to `FALSE`
19-
#'
2017
#' @param value the replacement to be used for the entries identified in `x`
2118
#'
2219
#' @return If no drop is happening, a `linelist`. Otherwise an atomic vector.

man/sub_linelist.Rd

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)