View source: R/wikibase-sparql.R
sparql_to_tibble | R Documentation |
Fetch results of a SPARQL query to a tibble
sparql_to_tibble(query, endpoint, useragent)
query |
SPARQL query as a string |
endpoint |
SPARQL endpoint of a Wikibase instance |
useragent |
default: paste("Wikibase", R.version.string) |
## Not run: addresses_in_munich <- 'SELECT ...' endpoint <- "https://database.factgrid.de/sparql" sparql_tibble <- sparql_to_tibble(query = addresses_in_munich, endpoint = endpoint) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.