wjones127 commented on code in PR #14184: URL: https://github.com/apache/arrow/pull/14184#discussion_r977897163
########## r/R/dataset-scan.R: ########## @@ -53,6 +53,29 @@ #' query and returns an Arrow [Table]. #' @rdname Scanner #' @name Scanner +#' @examplesIf arrow_with_dataset() & arrow_with_parquet() +#' # Set up directory for examples +#' tf <- tempfile() +#' dir.create(tf) +#' on.exit(unlink(tf)) +#' +#' data <- dplyr::group_by(mtcars, cyl) Review Comment: Good point. I've replace the call I added as well as the one in the other example I copied from. -- 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]
