read_ghg: Read a ghg file

Description Usage Arguments Value Examples

View source: R/read_ghg.R

Description

Reads a ghg file and creates a data frame from it.

Usage

1

Arguments

file

the file path to the input file

Value

a data.frame with data extracted from the input ghg file

Examples

1
2
3
ghg_filepath = system.file("ghg/2020-02-19T220000_AIU-0874.ghg", package = "puls")
my_ghg = read_ghg(ghg_filepath)
head(my_ghg)

Nowosad/puls documentation built on Dec. 11, 2020, 8:47 a.m.