Description Usage Arguments Value References See Also
Function which creates a named list of files in a specified
directory. Names are trimmed versions of file names, contents of the list
are the file names themselves. Can be easily piped into
purrr::map(~read.csv(.))
to create named list of data frames.
1 | bt_get_files(folder, pattern = "", date = FALSE)
|
folder |
Directory containing files of interest. |
pattern |
Optional pattern to use in file searching. |
date |
Do file names contain a date which should be removed? |
Named list of files to be read.
None.
https://github.com/hancockinformatics/BacterialToolkit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.