View source: R/FileOrganizer.R
FileOrganizer | R Documentation |
Organize files into folders by batch or class.
FileOrganizer(x, filetype = ".mzML", by = "Batch", remove = FALSE)
x |
Datapath character, the path of the metadata file (.csv). |
filetype |
Character, extension of any kind of files (".mzML", ".mzXML", ".CDF", ".raw", ".txt", ".netCDF", etc.). |
by |
Character, defines if the organization will be by "Batch" or "Class"; "Batch" by default. |
remove |
Logical, determines whether files should be removed from the root folder; FALSE by default. |
Directories will be created by batch or class and the files will be placed according to the metadata information.
Estevan Bruginski estevan.bruginski@ufpr.br Universidade Federal do Paraná License: MIT + file LICENSE
## Not run: FileOrganizer(x, filetype = c(".mzML", ".mzXML", ".CDF", ".raw", ".txt"), by= c("batch", "class"), remove = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.