Multialignments are mostly stored in separate files per cognateset. This function can be used to bind together a list of multialignments read by read_align.
join_align(alignments)
A list of objects as returned from read_align.
The result will be a dataframe with doculects
as rows and alignments
as columns.
The alignments have to be reordered for this to work properly. Also, duplicate data (i.e. multiple words from the same language) will be removed. Simply the first occurrence is retained. This is not ideal, but it is currently the best and easiest solution.