dataset_to_triples: Dataset to triples (three columns)

View source: R/dataset_to_triples.R

dataset_to_triplesR Documentation

Dataset to triples (three columns)

Description

The dataset is converted into a three-column long format with columns s for subject, p for predicate and o for object.

Usage

dataset_to_triples(x, idcol = NULL)

Arguments

x

An R object that contains the data of the dataset (a data.frame or inherited from data.frame), for example, dataset_df().

idcol

The identifier column. If idcol is NULL it attempts to use the row.names(df) as an idcol.

Value

The long form version of the original dataset, retaining the attributes and class.

Examples

dataset_to_triples(iris_dataset)

dataset documentation built on April 3, 2025, 10:25 p.m.