Open hadley opened 3 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:
I was thinking that
read_csv_lazy()
andread_parquet_lazy()
might more clearly convey their usage.