File: librdf_new_statement_from_statement.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 (27 lines) | stat: -rw-r--r-- 975 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
% Generated by redland-bindings R program "createLibrdfDocs.R": do not edit by hand
\name{librdf_new_statement_from_statement}
\alias{librdf_new_statement_from_statement}
\title{Copy constructor - create a new librdf_statement from an existing librdf_statement.
Creates a deep copy - changes to original statement nodes are not reflected in the copy.}
\usage{
librdf_new_statement_from_statement ( statement )
}
\arguments{

\item{statement}{librdf_statement to copy ("_p_librdf_statement_s")}

}
\value{
_p_librdf_statement_s
}
\description{
Copy constructor - create a new librdf_statement from an existing librdf_statement.
Creates a deep copy - changes to original statement nodes are not reflected in the copy.
}
\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.
}