initialize {simplegraphdb}R Documentation

Initialize a new graph database

Description

Initialize a new graph database

Usage

initialize(db_file, schema_file = "./tests/schema.sql")

Arguments

db_file

The name of the SQLite database

schema_file

The SQL schema file (optional)

Value

No return value. It creates the database.

Examples

## Not run: 
library(simplegraphdb)
initialize("network.sqlite")

## End(Not run)

[Package simplegraphdb version 2021.03.10 Index]