thisisnic commented on code in PR #14455:
URL: https://github.com/apache/arrow/pull/14455#discussion_r1000404539
##########
r/R/dplyr-funcs-type.R:
##########
@@ -43,7 +43,7 @@ register_bindings_type <- function() {
#' mutate(cyl = cast(cyl, string()))
#' }
#' @keywords internal
-#' @seealso https://arrow.apache.org/docs/cpp/api/compute.html for the list of
+#' @seealso [Arrow C++
documentation](https://arrow.apache.org/docs/cpp/compute.html) for the list of
Review Comment:
> Do users tend to use CastOptions much from R or do we expect them to?
I don't have a good answer for you for this, but in the absence of evidence
to suggest they are, I'll go with "no". I like the link that you found and the
changes you made here, so let's go with those - we can always come back to this
if there is user need for it.
--
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]