as.cldf.wide: Extracts a CLDF table as a 'wide' dataframe by resolving all...

View source: R/as.cldf.wide.R

as.cldf.wideR Documentation

Extracts a CLDF table as a 'wide' dataframe by resolving all foreign key links

Description

Extracts a CLDF table as a 'wide' dataframe by resolving all foreign key links

Usage

as.cldf.wide(object, table)

Arguments

object

the CLDF dataset.

table

the name of the table to extract.

Value

A tibble dataframe

Examples

md <- system.file("extdata/huon", "cldf-metadata.json", package = "rcldf")
cldfobj <- cldf(md)
forms <- as.cldf.wide(cldfobj, 'FormTable')

SimonGreenhill/rcldf documentation built on Dec. 7, 2024, 7:33 p.m.