Tables in the INKAR database
Format
A list containing connections to the tables in the local INKAR database.
_indikatoren
ID (official INKAR ID), name, domain and description of individual indicators.
_regionen
ID (internal ID in the local database), spatial reference, official code and name of individual regions.
- other tables, e.g.
absolutzahlen
Values by region and time. Each table contains values for a certain INKAR domain (Bereich).
region_id
corresponds to theid
column in the_regionen
table. Column names correspond to theid
column in the_indikatoren
table.
The DBI connection to the local database is stored as an attribute of the
inkar
object and can be accessed with attr(inkar, "con")
.