read_agd: Reading a agd file

Description Usage Arguments Value Examples

View source: R/read_agd.R

Description

Reading a agd file

Usage

1
read_agd(file, tz = "GMT")

Arguments

file

Full path to the agd file to be converted

tz

Timezone of the measurements

Value

A list of two data tables with the settings and the measurements.

Examples

1
2
3
4
file <- system.file("extdata", "dummyCHAI.agd", package = "convertagd")
testRes <- read_agd(file, tz = "GMT")
testRes[[1]]
testRes[[2]]

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