createGADS: 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)
Value
Creates a data base in the given path, returns NULL
.
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
.