gor_query
R/gor_query.R
gorr__post_query.Rd
Post query to api. This is not a public function, but is called from gor_query
gorr__post_query(
query,
conn,
relations,
parse.body,
query.service = c("queryservice", "queryserver"),
persist = NULL,
...
)
GOR query
connection object, see platform_connect
data.frames to include with the query in the format list(list(table_name = data.frame() ))
logical, should the response body be fetched
qquery service to use - either 'queryservice' (old) or 'queryserver' (new)
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
response content object, see content