Skip to content

Commit 2a8bf3d

Browse files
committed
Fix docs
1 parent f27f400 commit 2a8bf3d

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

r/R/ipc-stream.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#' and [write_ipc_file()] write those formats, respectively.
2525
#'
2626
#' @inheritParams write_ipc_file
27+
#' @param ... deprecated and ignored.
2728
#'
2829
#' @return `x`, invisibly.
2930
#' @seealso [write_ipc_file()] for writing IPC files. [write_to_raw()] to
@@ -97,6 +98,7 @@ write_to_raw <- function(x, format = c("stream", "file")) {
9798
#' open.
9899
#' @param as_data_frame Should the function return a `tibble` (default) or
99100
#' an Arrow [Table]?
101+
#' @param ... deprecated and ignored.
100102
#'
101103
#' @return A `tibble` if `as_data_frame` is `TRUE` (the default), or an
102104
#' Arrow [Table] otherwise

r/man/read_ipc_stream.Rd

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

r/man/write_ipc_stream.Rd

Lines changed: 2 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)