Learn R Programming

roxigraph (version 0.1.0)

rdf_store_new: Create a new in-memory RDF store

Description

Create a new in-memory RDF store

Usage

rdf_store_new()

Value

Store index (integer handle)

Arguments

This function takes no arguments.

Examples

Run this code
store <- rdf_store_new()
rdf_store_size(store)

Run the code above in your browser using DataLab