batch_convert: Reading several MicroPEM files and saving the settings and...

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
4
5
## 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)

Example output

Warning message:
The `path` argument of `write_csv()` is deprecated as of readr 1.4.0.
Please use the `file` argument instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 

rtimicropem documentation built on May 15, 2019, 5:10 p.m.