Learn R Programming

redland (version 1.0.17-9)

Storage-class: A Redland Storage object

Description

A Redland Storage object

Arguments

Slots

librdf_storage

A redland storage object

type

the storage type to create, i.e. "hashes", "mysql", "postgresql", ...

Methods

See Also

redland: redland package

Examples

Run this code
# NOT RUN {
world <- new("World")
storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'")
# }

Run the code above in your browser using DataLab