Create Large Sql Query Data Table
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.
Usage
createLargeSqlQueryDt(
connectionHandler = NULL,
connectionDetails = NULL,
baseQuery,
countQuery = NULL
)
See also
Other LargeTables:
largeTableServer()
,
largeTableView()