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
Consider allowing as_tibble() and similar to access results/object — in addition to existing collect() — with bcdc_query_geodata() ? This would be similar in design to dtplyr and dbplot behaviour.
This is the console message from dtplyr:
Use as.data.table()/as.data.frame()/as_tibble() to access results
In these cases as_tibble() all wrap collect() (I believe).
The text was updated successfully, but these errors were encountered:
stephhazlitt
changed the title
Consider allowing as_tibble() & others interchangeably with connect()
Consider allowing as_tibble() & others interchangeably with collect()
Jan 28, 2020
Consider allowing
as_tibble()
and similar to access results/object — in addition to existingcollect()
— withbcdc_query_geodata()
? This would be similar in design todtplyr
anddbplot
behaviour.This is the console message from
dtplyr
:In these cases
as_tibble()
all wrapcollect()
(I believe).The text was updated successfully, but these errors were encountered: