librdf_hash_to_string {redland} | R Documentation |
Format the hash as a string, suitable for parsing by librdf_hash_from_string.
librdf_hash_to_string ( hash,
filter )
hash |
librdf_hash object ("_p_librdf_hash_s") |
filter |
NULL terminated list of keys to ignore ("_p_p_char") |
character
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.