Prepare an API query without SQL.
prep_nosql_query(resource, fields, limit, offset)
A character string containing the prepared query.
A character string specifying resource id of the data set to be returned.
A character vector specifying the names of fields to be included in the returned data.
A numeric value specifying the maximum number of rows to be returned.
A numeric value specifying the number of rows to skip.