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)

glottospace documentation built on April 12, 2022, 5:07 p.m.