inspect | R Documentation |
Peek at a SPARQL query
inspect(.data)
.data |
(list) input, using higher level interface |
url <- "http://dbpedia.org/sparql" sparql_dsl(url) %>% ask(s, p, o) %>% inspect sparql_dsl(url) %>% select() %>% inspect sparql_dsl(url) %>% where() %>% inspect sparql_dsl(url) %>% prefix(dcterms = "http://purl.org/dc/terms/") %>% inspect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.