glottosplitmergemeta: Split or merge metadata from glottodata (or glottosubdata)

View source: R/glottosplit.R

glottosplitmergemetaR Documentation

Split or merge metadata from glottodata (or glottosubdata)

Description

Usually, you will run this function twice, once to split metadata from glottodata, and a second time to join it again.

Usage

glottosplitmergemeta(glottodata, splitted = NULL)

Arguments

glottodata

glottodata

splitted

if provided, the second element of the list will be joined with glottodata

Value

A list of length 2 in case only glottodata is provided, and a merged glottodata object otherwise.

See Also

glottojoin

glottosimplify

Examples

glottodata <- glottoget("demodata", meta = TRUE)
splitted <- glottosplitmergemeta(glottodata)
merged <- glottosplitmergemeta(glottodata = glottodata, splitted = splitted)

SietzeN/glottospace documentation built on June 15, 2024, 10:45 p.m.