librdf_uri_compare {redland} | R Documentation |
Compare two librdf_uri objects lexicographically.
Description
Compare two librdf_uri objects lexicographically.
Usage
librdf_uri_compare ( first_uri,
second_uri,
.copy )
Arguments
first_uri |
librdf_uri object 1 or NULL ("_p_librdf_uri_s") |
second_uri |
librdf_uri object 2 or NULL ("_p_librdf_uri_s") |
.copy |
NA |
Value
integer
References
See Also
This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.
[Package redland version 1.0.17-18 Index]