combine_files_from_folder: Combine CSV and TXT Files from a Folder

View source: R/read_file.R

combine_files_from_folderR 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)


PepMapViz documentation built on April 3, 2025, 6:29 p.m.