Could we have view()
support tbl_lazy
? Maybe even make view()
generic ?
#695
Milestone
view()
support tbl_lazy
? Maybe even make view()
generic ?
#695
When exploring a database it's a bit tedious to do
my_table %>% head(n) %>% collect() %>% view()
And
view()
ing atbl_lazy
object as it works now is not so useful.If we had a generic
view()
we might also design some more useful views for objects like connections etc.I did this for myself :
The text was updated successfully, but these errors were encountered: