Arguments
LCC.path
A character string, either path to a
.tar/.tar.gz/.zip file in LCC format (flatfile), or the
path to the directory with the unpacked archive.
format
Either "flatfile" or "MySQL", depending on
the type of LCC data.
fileEncoding
A character string naming the
encoding of the LCC files. Old zip archives used
"ISO_8859-1". This option will only influence the
reading of meta information, as the actual database
encoding is derived from there.
n
An integer value defining how many lines of data
should be read if format="flatfile"
. Reads all at
-1.
keep.temp
Logical. If LCC.path
is a
tarred/zipped archive, setting keep.temp=TRUE
will
keep the temporarily unpacked files for further use. By
default all temporary files will be removed when the
function ends.
prefix
Character string, giving the prefix for the
file names in the archive. Needed for newer LCC tar
archives if they are already decompressed (autodetected
if LCC.path
points to the tar archive directly).