nealrichardson commented on a change in pull request #9893:
URL: https://github.com/apache/arrow/pull/9893#discussion_r609128875
##########
File path: r/R/feather.R
##########
@@ -125,7 +125,8 @@ write_feather <- function(x,
#'
#' @inheritParams read_ipc_stream
#' @inheritParams read_delim_arrow
-#' @param ... additional parameters, passed to
[FeatherReader$create()][FeatherReader]
+#' @param ... additional parameters, passed to the internal function
+#' `make_readable_file()`
Review comment:
It's internal but it's
[documented](https://arrow.apache.org/docs/r/reference/make_readable_file.html)
so we can link to it:
```suggestion
#' [make_readable_file()].
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]