librdf_serializer_serialize_stream_to_string {redland} | R Documentation |
Write a librdf_stream to a string.
Description
Write a librdf_stream to a string.
Usage
librdf_serializer_serialize_stream_to_string ( serializer,
base_uri,
stream )
Arguments
serializer |
the serializer ("_p_librdf_serializer_s") |
base_uri |
the base URI to use (or NULL) ("_p_librdf_uri_s") |
stream |
the librdf_stream stream to use ("_p_librdf_stream_s") |
Value
character
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]