Skip to content

Commit

Permalink
MINOR: [R] Fix broken doc example (apache#11110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson authored Sep 8, 2021
1 parent 170a24f commit e5db0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions r/R/dataset-write.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
#' # You can obtain the same result as as the previous examples using arrow with
#' # a dplyr pipeline. This will be the same as two_levels_tree above, but the
#' # output directory will be different.
#' library(dplyr)
#' two_levels_tree_2 <- tempfile()
#' mtcars %>%
#' group_by(cyl, gear) %>%
Expand Down
1 change: 1 addition & 0 deletions r/man/write_dataset.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5db0fc

Please sign in to comment.