makeRedlURI {Rredland} | R Documentation |
use the redland librdf system to define a URI object for further processing
makeRedlURI(uri, w)
uri |
a character string defining a URI |
w |
a redlWorld instance |
executes C code to create a Redland URI object and returns
an instance of the redlURI
S4 class defined in the
Rredland package, which includes an external pointer to the
Redland object
an instance of redlURI
Vince Carey <stvjc@channing.harvard.edu>
fi <- system.file("RDF/gopart.rdf", package="Rredland") uu <- makeRedlURI(paste("file:",fi,sep="")) uu