thisisnic commented on code in PR #14455: URL: https://github.com/apache/arrow/pull/14455#discussion_r1000406851
########## r/R/dplyr-funcs-type.R: ########## @@ -43,8 +43,9 @@ 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 -#' supported CastOptions. +#' @seealso [`data-type`] for a list of [DataType] to be used with `to`. +#' @seealso [Arrow C++ CastOptions documentation](https://arrow.apache.org/docs/cpp/api/compute.html?highlight=castoptions#arrow%3A%3Acompute%3A%3ACastOptions) Review Comment: ```suggestion #' @seealso [Arrow C++ CastOptions documentation](https://arrow.apache.org/docs/cpp/api/compute.html?highlight=castoptions#arrow%3A%3Acompute%3A%3ACastOptions) # nolint ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org