Skip to content

Commit

Permalink
ARROW-12029: [R] Remove args from FeatherReader$create v2
Browse files Browse the repository at this point in the history
Closes #9757 from pachamaltese/ARROW-11912

Lead-authored-by: Mauricio Vargas <mvargas@dcc.uchile.cl>
Co-authored-by: Pachamaltese <mvargas@dcc.uchile.cl>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
Mauricio Vargas authored and nealrichardson committed Mar 23, 2021
1 parent 14441db commit 496d7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions r/R/feather.R
Expand Up @@ -175,11 +175,9 @@ read_feather <- function(file, col_select = NULL, as_data_frame = TRUE, ...) {
#' @section Factory:
#'
#' The `FeatherReader$create()` factory method instantiates the object and
#' takes the following arguments:
#' takes the following argument:
#'
#' - `file` an Arrow file connection object inheriting from `RandomAccessFile`.
#' - `mmap` Logical: whether to memory-map the file (default `TRUE`)
#' - `...` Additional arguments, currently ignored
#'
#' @section Methods:
#'
Expand Down
4 changes: 1 addition & 3 deletions r/man/FeatherReader.Rd

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

0 comments on commit 496d7b3

Please sign in to comment.