Skip to content

Commit d353a06

Browse files
krlmlrmaelle
authored andcommitted
Jargon
1 parent dbb6f33 commit d353a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/duckplyr.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Therefore, duckplyr can be **both lazy** (within itself) **and not lazy** (for t
4646

4747
Now, the default materialization can be problematic if dealing with large data: what if the materialization eats up all RAM?
4848
Therefore, the duckplyr package has a **safeguard called prudence**.
49-
A prudent data.frame cannot be materialized by default, it needs a call to a `compute()` function.
50-
By default, duckplyr frames are _lavish_, but duckplyr frames created from Parquet data (presumedly large) are _frugal_.
49+
A _frugal_ data.frame cannot be materialized by default, it needs a call to a `collect.duckplyr_df()` function.
50+
By default, duckplyr frames are _lavish_, but duckplyr frames created from Parquet data (presumedly large) are _thrifty_.
5151

5252
## How to use duckplyr
5353

0 commit comments

Comments
 (0)