read_nquads: read an nquads file

View source: R/write_nquads.R

read_nquadsR Documentation

read an nquads file

Description

read an nquads file

Usage

read_nquads(file, ...)

Arguments

file

path to nquads file

...

additional arguments to rdf_parse()

Value

an rdf object. See rdf_parse()

Examples

tmp <- tempfile(fileext = ".nq")
library(datasets)
write_nquads(iris, tmp)
read_nquads(tmp)


ropensci/rdflib documentation built on Jan. 19, 2024, 4:57 a.m.