tidyverse / dtplyr

Data table backend for dplyr
https://dtplyr.tidyverse.org
Other
670 stars 57 forks source link

Typo in lazy_dt() #463

Closed JosiahParry closed 9 months ago

JosiahParry commented 10 months ago

See: https://github.com/tidyverse/dtplyr/blob/6e923bbc544718716135b99a2aa011fb079b6818/R/step-first.R#L4

I believe this should be rewritten as:

"A lazy data.table captures the intent of dplyr verbs, only actually performing computation when requested..."