File: librdf_query_results_to_string2.Rd

package info (click to toggle)
r-cran-redland 1.0.17-10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: ansic: 6,886; sh: 51; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by redland-bindings R program "createLibrdfDocs.R": do not edit by hand
\name{librdf_query_results_to_string2}
\alias{librdf_query_results_to_string2}
\title{Turn a query results into a string.}
\usage{
librdf_query_results_to_string2 ( query_results,
	name,
	mime_type,
	format_uri,
	base_uri )
}
\arguments{

\item{query_results}{librdf_query_results object ("_p_librdf_query_results")}

\item{name}{format name ("character")}

\item{mime_type}{format mime type (or NULL) ("character")}

\item{format_uri}{URI of syntax to format to (or NULL) ("_p_librdf_uri_s")}

\item{base_uri}{Base URI of output formatted syntax (or NULL) ("_p_librdf_uri_s")}

}
\value{
character
}
\description{
Turn a query results into a string.
}
\references{
\url{http://librdf.org/docs}
}
\seealso{
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.
}