conc_to_dataset_bibleworks: Convert concordances generated with BibleWorks to a dataset

Description Usage Arguments Value

Description

Reads one or several concordances generated with BibleWorks, and converts their contents to a single dataset that can be read with the function read_dataset. The encoding in the input file(s) is assumed to be 'UTF-8'. The encoding in the output is 'UTF-8'.

Usage

1
conc_to_dataset_bibleworks(x, metafiles, outfile)

Arguments

x

name of the input file(s) with the actual concordance(s). This can be either a single name, or a longer vector with several names. In the latter case, the contents of all input files is merged before writing the output file.

metafiles

name of the input file(s) with the metadata. This can be either a single name, or a longer vector with several names. There should be as many items in metafiles as there are in x and they should be aligned in such a way that the i-th item in metafiles corresponds to the i-th item in x.

outfile

Name of the output file. The encoding in the output is 'UTF-8'.

Value

This function invisibly returns the value of its first argument x.


wai-wong-reimagine/mclm documentation built on May 16, 2019, 9:12 p.m.