Learn R Programming

simplegraphdb (version 2021.03.10)

initialize: 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

Run this code
# NOT RUN {
library(simplegraphdb)
initialize("network.sqlite")
# }

Run the code above in your browser using DataLab