View source: R/batch_convert.R
| batch_convert | R Documentation | 
Reading several MicroPEM files and saving the settings and measurement tables to csv.
batch_convert(path_input, path_output = path_input)
| path_input | path to the directory with files ( | 
| path_output | path where the files should be created, by default equal to  The function saves results in the input directory as csv files with a "," as separator. One file is settings.csv with all settings, the other one is measures.csv It saves them directly for not loading all of them at the same time in the session. | 
## Not run: 
batch_convert(path_input = c(system.file('extdata', 'dummyCHAI.csv', package = 'micropem'),
system.file('extdata', 'dummyCHAI.csv', package = 'micropem')),
path_output = getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.