combine_files_from_folder {PepMapViz} | R Documentation |
Combine CSV and TXT Files from a Folder
Description
This function reads all CSV and TXT files from a specified folder and combines them into a single data.table.
Usage
combine_files_from_folder(folder_path)
Arguments
folder_path |
The path to the folder containing the CSV or TSV files. |
Value
A data.table containing the combined data from all files.
Examples
folder_path <- ""
combined_df <- combine_files_from_folder(folder_path)
print(combined_df)
[Package PepMapViz version 1.1.0 Index]