You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you should start with library(duckplyr) and then tell folks that if they don't want to attach it (i.e. if they're writing a package), they can instead use as_duckplyr_tibble().
And most of those details should probably live in the getting started vignette, rather than in the README.
The text was updated successfully, but these errors were encountered:
I think you should start with
library(duckplyr)
and then tell folks that if they don't want to attach it (i.e. if they're writing a package), they can instead useas_duckplyr_tibble()
.And most of those details should probably live in the getting started vignette, rather than in the README.
The text was updated successfully, but these errors were encountered: