Learn R Programming

dataset (version 0.4.1)

triples_to_ntriples: Internal: Convert triple data.frame to N-Triples format

Description

Turns a data.frame with s, p, o columns into N-Triples strings.

Usage

triples_to_ntriples(df)

Value

A character vector of N-Triple lines.

Arguments

df

A data.frame with columns s, p, and o.