tidyverse / dtplyr

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

lazy_dt help not updated with #372 #460

Closed tinygreen closed 9 months ago

tinygreen commented 9 months ago

The first example in the documentation for lazy_dt() still claims that a data.table is automatically converted. With dtplyr 1.3.0 and #372, this is no longer the case, so the docs should be updated.

The relevant part: https://github.com/tidyverse/dtplyr/blob/0ef3c90198197f79190a0ccab0e523052217817e/man/lazy_dt.Rd#L42-L46