You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/20 15:19:08 UTC

[GitHub] [arrow] nealrichardson commented on a diff in pull request #14455: MINOR: [R] [Docs] Fix link in ?cast documentation

nealrichardson commented on code in PR #14455:
URL: https://github.com/apache/arrow/pull/14455#discussion_r1000778910


##########
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:
   Ironically, we don't actually support all of the cast options yet: ARROW-17605 (should be a straightforward change if someone wanted to pick it up)



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org