freeQueryResults {redland} | R Documentation |
Free memory used by a librdf query results
Description
After this method is called, the QueryResults object is no longer usable and should
be deleted with "rm(query)"
.
Usage
freeQueryResults(.Object)
## S4 method for signature 'QueryResults'
freeQueryResults(.Object)
Arguments
.Object |
a QueryResults object |
[Package redland version 1.0.17-18 Index]