Learn R Programming

roxigraph (version 0.1.1)

rdf_size: Get Store Size

Description

Returns the number of quads (triples) in the store.

Usage

rdf_size(store)

Value

The number of quads as an integer

Arguments

store

An RDF store handle

Examples

Run this code
store <- rdf_store()
rdf_size(store)

Run the code above in your browser using DataLab