Skip to content

Commit

Permalink
arrow_with_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Aug 15, 2024
1 parent dba467f commit aa1c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/v7-capture-glob.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ In the code below, we write the same data to a set of CSV files with
different names,

```{r}
if(requireNamespace("arrow")){
if(requireNamespace("arrow") && arrow::arrow_with_dataset()){
path <- tempfile()
arrow::write_dataset(
dataset=data.chunk.dt,
Expand Down

0 comments on commit aa1c5de

Please sign in to comment.