Skip to content

Commit dbb6f33

Browse files
krlmlrmaelle
authored andcommitted
Logic
1 parent d622cce commit dbb6f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/duckplyr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ As a consequence, duckplyr is lazy on the inside for all DuckDB operations but e
3939
4040
If the duckplyr data.frame is accessed by...
4141

42-
- not duckplyr (say, ggplot2), then a special callback is executed, allowing materialization of the data frame.
4342
- duckplyr, then the operations continue to be lazy (until a call to `collect.duckplyr_df()` for instance).
43+
- not duckplyr (say, ggplot2), then a special callback is executed, allowing materialization of the data frame.
4444

4545
Therefore, duckplyr can be **both lazy** (within itself) **and not lazy** (for the outside world).
4646

0 commit comments

Comments
 (0)