Learn R Programming

redland (version 1.0.17-6)

librdf_query_results_to_file2: Write a query results to a file.

Description

Write a query results to a file.

Usage

librdf_query_results_to_file2 ( query_results,
	name,
	mime_type,
	format_uri,
	base_uri,
	.copy )

Arguments

query_results
librdf_query_results object ("_p_librdf_query_results")
name
filename to write to ("character")
mime_type
mime type (or NULL) ("character")
format_uri
URI of syntax to format to (or NULL) ("_p_librdf_uri_s")
base_uri
Base URI of output formatted syntax (or NULL) ("_p_librdf_uri_s")
.copy
NA

Value

  • integer

References

http://librdf.org/docs

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.