make_dm {inldata} | R Documentation |
Create Data Model
Description
Create a data model object from inldata package datasets. A data model holds a list of tables and their relationships. Requires that the dm package is available.
Usage
make_dm()
Value
Invisibly returns the data model, an object of class dm
.
Author(s)
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
See Also
make_erd
function for creating an entity-relationship diagram.
[Package inldata version 1.2.7 Index]