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
cir_query() currently returns a list of vectors. Should we return a tibble instead? I know it's not a get_*() function, but it behaves very similar to them, since only identifiers are returned. Then again, it would be a breaking change.
The text was updated successfully, but these errors were encountered:
cir_query()
currently returns a list of vectors. Should we return atibble
instead? I know it's not aget_*()
function, but it behaves very similar to them, since only identifiers are returned. Then again, it would be a breaking change.The text was updated successfully, but these errors were encountered: