rtimicropem (version 1.4.0)

batch_convert: Reading several MicroPEM files and saving the settings and measurement tables to csv.

Description

Reading several MicroPEM files and saving the settings and measurement tables to csv.

Usage

batch_convert(path_input, path_output = path_input)

Arguments

path_input

path to the directory with files (character)

path_output

path where the files should be created, by default equal to path_input (character).

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.

Examples

Run this code
# NOT RUN {
batch_convert(path_input = c(system.file('extdata', 'dummyCHAI.csv', package = 'micropem'),
system.file('extdata', 'dummyCHAI.csv', package = 'micropem')),
path_output = getwd())
# }

Run the code above in your browser using DataLab