gor_query
R/gor_queryservice.R
gorr__queryservice.Rd
Get query from queryservice api. This is not a public function, but is called from gor_query
gorr__queryservice(
query,
conn,
page_size,
parse,
relations,
persist,
spinner = invisible,
...
)
gor query string
connection object, see platform_connect
large results are returned in paged responses, this parameter controls the page size
should output be parsed into a data.frame
list of tables to upload and make available in the query
remote path to file for saving results of the query into. Query results will not be fetched if this parameter is set.
spinner function (e.g. some ascii animation for long running queries)
additional arguments to be passed to gorr__post_query
query results on text format