list_cubes | R Documentation |
Returns a data frame of cubes.
list_cubes(endpoint = default_endpoint())
endpoint |
A string for the sparql endpoint (defaults to the value of |
A data frame
## Not run: # e.g. find datasets with "trade" in their label subset(list_cubes(), grepl("trade", label, ignore.case=T)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.