initialize {simplegraphdb} | R Documentation |
Initialize a new graph database
initialize(db_file, schema_file = "./tests/schema.sql")
db_file |
The name of the SQLite database |
schema_file |
The SQL schema file (optional) |
No return value. It creates the database.
## Not run:
library(simplegraphdb)
initialize("network.sqlite")
## End(Not run)