process_query: a wrapper (function) to execute an API function

Description Usage Arguments Value

Description

The process_query function processes parameters passed by any of the API function by converting them first to JSON format and then normalising the string with an URLencode command. It is not intended to be run directly by the end user and is instead used by the package to wrap API calls.

Usage

1
process_query(api_function, get_stats = "FALSE", ...)

Arguments

api_function

a character value with the name of the api function

get_stats

a boolean variable indicating whether query statistics should be printed

Value

a data table with the results of the query


xbsd/rxdsapi2 documentation built on May 14, 2019, 11:08 a.m.