gorr__queryservice: Get query from queryservice api. This is not a public...

View source: R/gor_queryservice.R

gorr__queryserviceR Documentation

Get query from queryservice api. This is not a public function, but is called from gor_query

Description

Get query from queryservice api. This is not a public function, but is called from gor_query

Usage

gorr__queryservice(
  query,
  conn,
  page_size,
  parse,
  relations,
  persist,
  spinner = invisible,
  ...
)

Arguments

query

gor query string

conn

connection object, see platform_connect

page_size

large results are returned in paged responses, this parameter controls the page size

parse

should output be parsed into a data.frame

relations

list of tables to upload and make available in the query

persist

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

spinner

spinner function (e.g. some ascii animation for long running queries)

...

additional arguments to be passed to gorr__post_query

Value

query results on text format


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