print.cldf: Summarises the CLDF file

View source: R/print.cldf.R

print.cldfR Documentation

Summarises the CLDF file

Description

Summarises the CLDF file

Usage

## S3 method for class 'cldf'
print(x, ...)

Arguments

x

the CLDF dataset

...

Arguments to be passed to or from other methods. Currently not used.

Examples

cldfobj <- cldf(system.file("extdata/huon", "cldf-metadata.json", package = "rcldf"))
print(cldfobj)

SimonGreenhill/rcldf documentation built on April 3, 2024, 7:09 p.m.