Write a query results to a file.
librdf_query_results_to_file2 ( query_results,
name,
mime_type,
format_uri,
base_uri,
.copy )
integer
librdf_query_results object ("_p_librdf_query_results")
filename to write to ("character")
mime type (or NULL) ("character")
URI of syntax to format to (or NULL) ("_p_librdf_uri_s")
Base URI of output formatted syntax (or NULL) ("_p_librdf_uri_s")
NA
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.