Open hadley opened 4 months ago
Or maybe read_csv_duckplyr()
or similar.
I find the current selection of function names to be quite confusing.
My vote is for read_csv_duckplyr()
, just "lazy" as the suffix doesn't feel quite right (too ambiguous?)
But keeping the read_csv_
as the prefix is quite nice for muscle memory with readr and autocomplete
we should also have some functions of output, e.g. write_parquet_duckplyr()
or something like that
DoD:
happy with read_*_duckplyr
DoD:
Let's go with the full lifecycle changes. We now also have the infrastructure to disable automatic materialization, this seems most useful when reading directly from a file, and will provide an incentive to use the new functions. This needs #255.
I wonder if the new functions should turn auto-mat on or off by default.
I was thinking that
read_csv_lazy()
andread_parquet_lazy()
might more clearly convey their usage.