Learn R Programming

roxigraph (version 0.1.0)

rdf_store_size: Get the number of quads in the store

Description

Get the number of quads in the store

Usage

rdf_store_size(store_idx)

Value

The number of quads

Arguments

store_idx

Store index

Examples

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

Run the code above in your browser using DataLab