glottosplitmergemeta {glottospace} | R 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)
[Package glottospace version 0.0.112 Index]