Description Usage Arguments Value Examples
Constructor function for SPARQL queries.
1 | qry_sparql(query_string, params = NULL)
|
query_string |
SPARQL query string. |
params |
Sequence of named query parameters. |
Object of type qry_sparql
.
1 2 3 4 5 6 7 | ## Not run:
sparql_stmt <- data.world::qry_sparql("SELECT ?s ?p ?o
WHERE {
?s ?p ?o.
}")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.