powered by
Initialize a new graph database
initialize(db_file, schema_file = "./tests/schema.sql")
The name of the SQLite database
The SQL schema file (optional)
No return value. It creates the database.
# NOT RUN { library(simplegraphdb) initialize("network.sqlite") # }
Run the code above in your browser using DataLab