batch_read_agd: Reading several agd files and converting the settings and raw...

Description Usage Arguments Details Examples

View source: R/batch_read_agd.R

Description

Reading several agd files and converting the settings and raw data tables to csv.

Usage

1
batch_read_agd(path_to_directory, tz)

Arguments

path_to_directory

path to the directory where all agd are saved.

tz

Timezone. It must be the same for all files

Details

The function saves results in the input directory as csv files with a "," as separator. Tthe output tables will be called settings.csv and raw_data.csv.

Examples

1
2
3
4
5
6
## Not run: 
path_to_directory <- system.file("extdata", package = "convertagd")
batch_read_agd(path_to_directory, tz="GMT",
               all_in_one=TRUE)
               
## End(Not run)

masalmon/convertagd documentation built on May 21, 2019, 12:40 p.m.