Skip to content

Commit

Permalink
GH-43509: [R] Add link to ?acero from ?list_compute_functions (#44210)
Browse files Browse the repository at this point in the history
### Rationale for this change

Add link between docs pages to make it easier to find relevant information

### What changes are included in this PR?

Update docs 

### Are these changes tested?

Nope

### Are there any user-facing changes?

Sure, to the docs
* GitHub Issue: #43509

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Bryce Mecum <petridish@gmail.com>
  • Loading branch information
thisisnic authored Sep 26, 2024
1 parent a576421 commit 6750ecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions r/R/compute.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ call_function <- function(function_name, ..., args = list(...), options = empty_
#' @param pattern Optional regular expression to filter the function list
#' @param ... Additional parameters passed to `grep()`
#' @return A character vector of available Arrow C++ function names
#' @seealso [acero] for R bindings for Arrow functions
#' @examples
#' available_funcs <- list_compute_functions()
#' utf8_funcs <- list_compute_functions(pattern = "^UTF8", ignore.case = TRUE)
Expand Down
3 changes: 3 additions & 0 deletions r/man/list_compute_functions.Rd

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

0 comments on commit 6750ecc

Please sign in to comment.