cat_files: Concatenate files.

Description Usage Arguments Value Author(s) Examples

Description

Concatenate a list and write out the result as single file. Equivalent of cat file1 file2.

Usage

1
cat_files(input_file_list, output_file)

Arguments

input_file_list

A list. Could be any list, but it's meant to used for lists of files that have been read into R as character vectors, e.g., using read_file.

output_file

Path to write output file.

Value

A character vector of length one in the R environment; externally, the concatenated output file.

Author(s)

Joel H Nitta, joelnitta@gmail.com

Examples

1
## Not run: cat_files(list("a", "b", "c"), "my_list.txt")

joelnitta/baitfindR documentation built on May 7, 2020, 6:21 p.m.