Learn R Programming

roxigraph (version 0.1.1)

rdf_store_open: Open or create a persistent RDF store at the given path

Description

Open or create a persistent RDF store at the given path

Usage

rdf_store_open(path)

Value

Store index (integer handle)

Arguments

path

Path to the store directory

Examples

Run this code
# \donttest{
if (.Platform$OS.type != "windows") {
  store <- rdf_store_open(file.path(tempdir(), "roxigraph_test"))
}
# }

Run the code above in your browser using DataLab