tidyverse / dtplyr

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

Typo in lazy_dt() #463

Closed JosiahParry closed 7 months ago

JosiahParry commented 7 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..."