README.md

readgbd

Read Graphtech Binary Data file (*.gbd).

Imperimentation of GL220 / GL820 GBD File Specification Sheet

Install

devtools::install_github("whatalnk/readgbd")

Usage

gbd_data <- read_gbd(path_to_gbd_data)
header <- gbd_data[["header"]]
data <- gbd_data[["data"]]

Notes

Devices

milliseconds



whatalnk/readgbd documentation built on May 29, 2019, 2:02 a.m.