summary.cldf: Summarises the CLDF file

View source: R/summary.cldf.R

summary.cldfR Documentation

Summarises the CLDF file

Description

Summarises the CLDF file

Usage

## S3 method for class 'cldf'
summary(object, ...)

Arguments

object

the CLDF dataset

...

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

Value

None

Examples

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

SimonGreenhill/rcldf documentation built on April 25, 2024, 8:27 a.m.