cacheBedCall {BED} | R Documentation |
Cached neo4j call
Description
This function calls neo4j DB the first time a query is sent and puts the result in the cache SQLite database. The next time the same query is called, it loads the results directly from cache SQLite database.
Usage
cacheBedCall(..., tn, recache = FALSE)
Arguments
... |
params for bedCall |
tn |
the name of the cached table |
recache |
boolean indicating if the CQL query should be run even if the table is already in cache |
Details
Use only with "row" result returned by DB request.
Internal use.
Value
The results of the bedCall.
See Also
[Package BED version 1.5.2 Index]