Learn R Programming

redland (version 1.0.17-10)

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")

.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.