initialize,QueryResults-method | R Documentation |
The QueryResults object is initialized with the librdf query result from
return value of 'Query.execute()'
.
## S4 method for signature 'QueryResults'
initialize(.Object, results)
.Object |
the QueryResults object. |
results |
a librdf query result |
A QueryResults object is returned by the Query.executeQuery()
method, so typically a user
does not initialize a QueryResult object by calling new("QueryResult", ...)
the QueryResults object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.