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
I have been running the following query correctly:
json<- '{"deleted_at": null}'
emails <- dbGetQuery(conn.rmongo, "emails",json, skip=0, limit=1000000000000000)
but today, without having done any change I get the following error:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘dbGetQuery’ for signature ‘"RMongo", "character"’
What do you suggest?
The text was updated successfully, but these errors were encountered:
I have been running the following query correctly:
json<- '{"deleted_at": null}'
emails <- dbGetQuery(conn.rmongo, "emails",json, skip=0, limit=1000000000000000)
but today, without having done any change I get the following error:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘dbGetQuery’ for signature ‘"RMongo", "character"’
What do you suggest?
The text was updated successfully, but these errors were encountered: