Description Usage Arguments Value Examples
View source: R/import_processed_trap.R
Imports all files in the current working directory into list
1 | import_processed_trap(working_dir)
|
working_dir |
characters string of path to directory where files are located |
One data frame. Recommended to use tidyr::separate() on 'filenames[i]' columns.
1 2 3 4 | import_txt()
trap_data <- import_txt("my_wd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.