Description Usage Arguments Details Value Examples
View source: R/get_data_properties.R
The queries sources properties for the desired data set and optionally values for those properties.
1 | get_data_properties(data_set, property_values = FALSE)
|
data_set |
String corresponding to |
property_values |
A boolean. Defaults to |
Please note that for some of the data sets case is significant. For
instance life-expectancy
will match
http://statistics.gov.scot/data/life-expectancy whereas
Life-Expectancy
will match
http://statistics.gov.scot/data/Life-Expectancy the first data set
is obsolete and maintained by The Scottish Government for the backward
compatibility. If in doubt paste dataset.value
URI
obtained
via the get_available_datasets
function.
A data frame.
1 2 3 4 5 | ## Not run:
get_data_properties(data_set = "Life-Expectancy")
get_data_properties(data_set = "Life-Expectancy", property_values = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.