dragosmg commented on code in PR #13160: URL: https://github.com/apache/arrow/pull/13160#discussion_r921532302
########## r/vignettes/developers/bindings.Rmd: ########## @@ -191,11 +191,11 @@ As `startsWith()` requires options, direct mapping is not appropriate. If the function cannot be mapped directly, some extra work may be needed to ensure that calling the arrow version of the function results in the same result as calling the R version of the function. In this case, the function will need -adding to the `nse_funcs` list in `arrow/r/R/dplyr-functions.R`. Here is how -this might look for `startsWith()`: +adding to the `nse_funcs` function register. Here is how this might look for Review Comment: Done. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
