getQuerysize: Estimating a size of data queries that will be requested to...

getQuerySizeR Documentation

Estimating a size of data queries that will be requested to the UTD API server

Description

This function retruns a data size in a string format

Usage

getQuerySize(utd_api_key = NULL, table_name = "", query = list())

Arguments

utd_api_key

An API key provided by a server manager at UTD

table_name

A name of a data table. Input strings are NOT case-sensitive.

query

A list of query elements a user builds with other query element functions. Please type in "entire" to find the total size of a data table.

Value

A text of the data size in bytes

Examples

## Not run:  # to measure the size of the query elements builded with the other functions
getQuerySize(utd_api_key = "", table_name = "Phoenix_rt", query = list(q1, q2))
# to get the size of the entire Real-time Phoenix data
getQuerySize(utd_api_key = , table_name = "Phoenix_rt", query = "entire")
## End(Not run)

KateHyoung/UTDEventData documentation built on Nov. 16, 2022, 2:29 p.m.