prep_nosql_query: Prepare an API query without SQL.

View source: R/prep_queries.R

prep_nosql_queryR Documentation

Prepare an API query without SQL.

Description

Prepare an API query without SQL.

Usage

prep_nosql_query(resource, fields, limit, offset)

Arguments

resource

A character string specifying resource id of the data set to be returned.

fields

A character vector specifying the names of fields to be included in the returned data.

limit

A numeric value specifying the maximum number of rows to be returned.

offset

A numeric value specifying the number of rows to skip.

Value

A character string containing the prepared query.


odns documentation built on Nov. 10, 2022, 5:56 p.m.