4. Tips & tricks - VascoElbrecht/JAMP GitHub Wiki
Import files into JAMP
You can run files from any folder and also subset them by using the list files function. Instead of latest files
and files
in the JAMP commands.
files <- list.files("F_U_max_ee/_data", full.names=T)[1:8]
Alternatively, you can also create an empty folder using Empty_folder()
, then place the files to process in the _data
folder that was generated. An entry in the log.txt
will be automatically generated, so the files wil be used in the next processing module you run.
Delete folders
If you did run the wrong module, or JAMP did crash due to a bug or wrong parameters, you can remove the latest folder and it's entry in the log file by running Remove_last_folder()