gorr__post_query: Post query to api. This is not a public function, but is...

View source: R/gor_query.R

gorr__post_queryR Documentation

Post query to api. This is not a public function, but is called from gor_query

Description

Post query to api. This is not a public function, but is called from gor_query

Usage

gorr__post_query(
  query,
  conn,
  relations,
  parse.body,
  query.service = c("queryservice", "queryserver"),
  persist = NULL,
  ...
)

Arguments

query

GOR query

conn

connection object, see platform_connect

relations

data.frames to include with the query in the format list(list(table_name = data.frame() ))

parse.body

logical, should the response body be fetched

query.service

qquery service to use - either 'queryservice' (old) or 'queryserver' (new)

persist

remote path to file for saving results of the query into. Query results will not be fetched if this parameter is set.

...

placeholder for unused arguments

Value

response content object, see content


wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.