createLargeSqlQueryDt.Rd
Construct an instance of a LargeDataTable R6 instance for use inside largeTableServer
This should pass a parameterized sql query that can be used to iteratively return data from a table rather than returning the entire object.
createLargeSqlQueryDt(
connectionHandler = NULL,
connectionDetails = NULL,
baseQuery,
countQuery = NULL
)
ResultModelManager connectionHandler instance
DatabaseConnector connectionDetails instance
base sql query
count query string (should match query). Can be auto generated with sub query (default) but this will likely result in slow results
Other LargeTables:
largeTableServer()
,
largeTableView()