createGADS {eatGADS}R Documentation

Create an eatGADS data base.

Description

Creates a relational data base containing hierarchically stored data with meta information (e.g. value and variable labels).

Usage

createGADS(allList, pkList, fkList, filePath)

Arguments

allList

An object created via mergeLabels.

pkList

List of primary keys.

fkList

List of foreign keys.

filePath

Path to the db file to write (including name); has to end on '.db'.

Details

Uses createDB from the eatDB package to create a relational data base. For details on how to define keys see the documentation of createDB.

Value

Creates a data base in the given path, returns NULL.

Examples

# see createDB vignette


[Package eatGADS version 1.1.0 Index]