thisisnic commented on code in PR #12744: URL: https://github.com/apache/arrow/pull/12744#discussion_r846393567
########## r/R/scalar.R: ########## @@ -24,6 +24,20 @@ #' #' @description A `Scalar` holds a single value of an Arrow type. #' +#' @section Factory: +#' The `Scalar$create()` factory method instantiates an `Scalar` and takes the following arguments: Review Comment: ```suggestion #' The `Scalar$create()` factory method instantiates a `Scalar` and takes the following arguments: ``` -- 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]
