Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions r/R/feather.R
Original file line number Diff line number Diff line change
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.