file_append: Append multiple files in a given folder into one

Description Usage Arguments Value

View source: R/utility_functions.R

Description

Appends all the files in a folder. Files have to be either csv, xlsx or txt. Note that certain file types are ignored such as those end with .trc, .xlsm, .log and those containing ~$. custom_md5_hash from package "zimplify" is used to generate md5 hash.

Usage

1
file_append(folder_path, sheet = NULL)

Arguments

folder_path

A character string representing an absolute folder path.

sheet

A character string representing name of the excel sheet.

Value

A data.table representing the combined data of all the files within that given folder.


deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.