createGADS | R Documentation |
eatGADS
data base.Creates a relational data base containing hierarchically stored data with meta information (e.g. value and variable labels).
createGADS(allList, pkList, fkList, filePath)
allList |
An object created via |
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'. |
Uses createDB
from the eatDB
package to create a relational data base. For details on how to define
keys see the documentation of createDB
.
Creates a data base in the given path, returns NULL
.
# see createDB vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.