Skip to content

Commit

Permalink
fix other example
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Sep 28, 2022
1 parent 0a9d023 commit 78a8816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
#' tf2 <- tempfile()
#' dir.create(tf2)
#' on.exit(unlink(tf2))
#' write_dataset(data, tf2, format = "ipc")
#' write_dataset(mtcars, tf2, format = "ipc")
#' # This line will results in errors when you try to work with the data
#' \dontrun{
#' open_dataset(tf2)
Expand Down

0 comments on commit 78a8816

Please sign in to comment.