get_citation: Prints and returns the Citation for the given CLDF dataset

View source: R/get_citation.R

get_citationR Documentation

Prints and returns the Citation for the given CLDF dataset

Description

Prints and returns the Citation for the given CLDF dataset

Usage

get_citation(obj)

Arguments

obj

A CLDF object

Value

An (invisible) string containing the citation text

Examples

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

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