Describe the enhancement requested
This will also allow colnames() to just work.
The row names, of course are hard to get, though we might take inspiration from dbplyr and simply return NULL for that:
https://github.com/tidyverse/dbplyr/blob/1e48cfaf795f9101792567bc68ce7d24a19db9d5/R/tbl-lazy.R#L35-L38
Component(s)
R
Describe the enhancement requested
This will also allow
colnames()to just work.The row names, of course are hard to get, though we might take inspiration from dbplyr and simply return
NULLfor that:https://github.com/tidyverse/dbplyr/blob/1e48cfaf795f9101792567bc68ce7d24a19db9d5/R/tbl-lazy.R#L35-L38
Component(s)
R