sparql_exec | R Documentation |
Execute sparql request
sparql_exec(x, query = NULL, ...)
x |
a SPARQL server url, or an object of class |
query |
(character) A SPARQL query |
... |
Further arguments passed on to |
## Not run: sparql_exec(spqurl(), "some query") out <- sparql_exec(spqurl(), query) head(out) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.