Description Usage Arguments Value Examples
Transaction Data is a dataset that shows how many customer applications we completed, in the preceding month for: first registrations, leases, transfers of part, dealings, official copies and searches. This is based on customer and location.
1 2 3 4 5 6 7 8 |
item |
item to select, see |
region |
region to select, see |
regexp |
use regular expression in sparql to search for regions. |
start_date |
the start date as YYYY-MM-DD. |
end_date |
the end date as YYYY-MM-DD. |
... |
query modifiers passed through |
Returns a tibble in long format.
1 2 3 4 5 6 7 | uktrans_get(item = "totalApplicationCountByRegion", region = "East Anglia")
# If `region` is left as NULL then it returns all available regions
uktrans_get(item = "totalApplicationCountByRegion")
# Quering all available transaction data
uktrans_get(item = uktrans_avail_items())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.