pophelper (version 2.3.0)

collectClumppOutput: Collect CLUMPP output files from multiple folders

Description

Collect CLUMPP output files from multiple folders to one folder

Usage

collectClumppOutput(prefix = "pop", filetype = "aligned",
  runsdir = NA, newdir = NA, quiet = FALSE)

Arguments

prefix

A character indicating the prefix of the CLUMPP directories before the underscore. For ex. if the directories are pop_K2, then prefix is pop.

filetype

A character indicating the type of file to be copied. Options are 'aligned' to copy aligned files only, 'merged' to copy merged files only and 'both' to copy both files.

runsdir

A character denoting the directory containing CLUMPP output files in multiple directories. Use choose.dir() for interactively selecting the directory. If NA, the current working directory is used.

newdir

A character indicating the name of the new directory to be created with the collected runs. IF NA, the a directory name joining prefix and filetype is created.

quiet

A logical indicating if a message is to be displayed showing the number of folders processed and number of files processed.

Value

Two integers are ruturned. The first denotes the number of directories processed. The second number denotes the number files copied.

Details

Within each CLUMPP output folder, the function searches for filenames containing combination of prefix and filetype. This file is copied to the new folder. Therefore, do not manually rename CLUMPP output files or output directories.

See the vignette for more details.

Examples

Run this code
# NOT RUN {
collectClumppOutput(runsdir="path")
collectClumppOutput(prefix="pop",runsdir="path")
# }

Run the code above in your browser using DataLab