Learn R Programming

redland (version 1.0.17-6)

World-class: A Redland World object, used to initialize the Redland RDF library.

Description

A World object is the top level object in the Redland RDF library implementation, so it contains all other objects needed to process RDF Models.

Arguments

Methods

{: Initialize a World object} freeWorld{: Free memory used by a librdf world object}

See Also

redland{: redland package}

Examples

Run this code
world <- new("World")

Run the code above in your browser using DataLab