optional | R Documentation |
OPTIONAL
optional(.data, ...) optional_(.data, ..., .dots)
.data |
input. This can be JSON input, or an object of class
|
... |
Comma separated list of unquoted variable names |
.dots |
Used to work around non-standard evaluation |
dots |
dots |
## Not run: ### OPTIONAL { ?s ?p ?o } conn <- sparql_dsl("http://dbpedia.org/sparql") conn %>% optional(x, y) %>% inspect sparql_dsl("http://dbpedia.org/sparql") %>% 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.