Learn R Programming

odns (version 1.0.2)

prep_nosql_query: Prepare an API query without SQL.

Description

Prepare an API query without SQL.

Usage

prep_nosql_query(resource, fields, limit, offset)

Value

A character string containing the prepared query.

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.