a collection in the database to use with the query
bind
a list of bind variables and their values
limit
the maximum number of results to return
idCol
the name of a field which uniquely identifies each document.
This will be used for the row names in the returned data frame. The
default is X_id, which is the name of Mongo's _id field (adjusted by
make.names
publishedBy
the name of the user which published the API
colClasses
a list of column names and their respective classes, as
used in read.csv. This may be necessary if some columns'
types are not being detected automatically.
Details
The parameters for this function are explained in greater detail in the
JSON Studio help page Using the Gateway.