Description Usage Arguments Details Value Examples
View source: R/get_available_datasets.R
Function sources data sets available at https://statistics.gov.scot/.
1 |
pattern |
A optional pattern to match data set name. |
... |
Other options passed to |
The functions executes simple SPARQL query to source distinct
values for the objects of rdf:type
defines as
<http://publishmydata.com/def/dataset#Dataset>
. The sourced
values can be used in function
get_geography_data
and other functions to
filter the query results to a specific data set.
A data frame with data set names and URIs.
1 2 3 4 | ## Not run:
get_available_datasets(pattern = "health")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.