librdf_query_results_to_file: Write a query results to a file.
Description
Write a query results to a file.Usage
librdf_query_results_to_file ( query_results,
name,
format_uri,
base_uri,
.copy )
Arguments
query_results
librdf_query_results object ("_p_librdf_query_results")
name
filename to write to ("character")
format_uri
URI of syntax to format to ("_p_librdf_uri_s")
base_uri
Base URI of output formatted syntax (or NULL) ("_p_librdf_uri_s")
References
http://librdf.org/docsSee 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.