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
Here is the message when we connect to a CKAN site with DataStore enabled and perform a query with a dplyr::collect call at the end:
library("ckanr"); library("dplyr")
ckan<- src_ckan("https://dados.mg.gov.br/")
resource<- tbl(src=ckan, name="72d031e9-2753-469a-acfa-2d67417a2f49")
result<-resource|>
select(NUMERO_PROCESSO_COMPRA, VALOR_HOMOLOGADO) |>
collect()
#> Warning: Translator is missing window variants of the following aggregate functions:#> * paste#> Warning: Translator is missing window variants of the following aggregate functions:#> * paste
Here is the message when we connect to a CKAN site with DataStore enabled and perform a query with a
dplyr::collect
call at the end:The function translation vignette is available at Function translation • dbplyr.
Created on 2022-10-21 with reprex v2.0.2
Session Info and Traceback
The text was updated successfully, but these errors were encountered: