get_dimensions | R Documentation |
Download dimension properties
get_dimensions(dataset_uri, endpoint = default_endpoint())
dataset_uri |
A string |
endpoint |
A string for the sparql endpoint |
A data frame containing the dimension uris, labels and optionally codelists and parents
## Not run: # Long URI is split here for legibility base <- "http://gss-data.org.uk/data/gss_data/" cube_uri <- paste0(base,"covid-19/ons-online-price-changes-for-high-demand-products#dataset") get_cube(cube_uri) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.