Skip to content

Commit

Permalink
Remove dplyr from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Sep 22, 2022
1 parent ed5d2c5 commit ad62dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions r/R/dataset-scan.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
#' dir.create(tf)
#' on.exit(unlink(tf))
#'
#' data <- dplyr::group_by(mtcars, cyl)
#' write_dataset(data, tf)
#' write_dataset(mtcars, tf, partitioning="cyl")
#'
#' ds <- open_dataset(tf)
#'
Expand Down
3 changes: 1 addition & 2 deletions r/R/dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@
#' dir.create(tf)
#' on.exit(unlink(tf))
#'
#' data <- dplyr::group_by(mtcars, cyl)
#' write_dataset(data, tf)
#' write_dataset(mtcars, tf, partitioning="cyl")
#'
#' # You can specify a directory containing the files for your dataset and
#' # open_dataset will scan all files in your directory.
Expand Down

0 comments on commit ad62dc5

Please sign in to comment.