Description Usage Arguments Value
View source: R/utility_functions.R
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.
1 | file_append(folder_path, sheet = NULL)
|
folder_path |
A character string representing an absolute folder path. |
sheet |
A character string representing name of the excel sheet. |
A data.table representing the combined data of all the files within that given folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.