Description Usage Arguments Value
This function combines all files in a given list and outputs them into one file. It reads in the order that listfiles is received.
| 1 | combineFiles(listfiles, outfilename, exec = TRUE)
 | 
| listfiles | The list of files to be read in. You can use "list.files()" to generate these. | 
| outfilename | The name of the file, including extension, that we want to write. | 
| exec | If true, the code will execute. If false, the code will print to a list. | 
This function, if exec=FALSE, will return the expected output of the written outfile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.