Skip to content

unable to find an inherited method for function ‘dbGetQuery’ for signature ‘"RMongo", "character"’ #45

@EnricowithR

Description

@EnricowithR

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions