Skip to contents

Tables in the INKAR database

Usage

inkar

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 the id column in the _regionen table. Column names correspond to the id 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").