Read Graphtech Binary Data file (*.gbd).
Imperimentation of GL220 / GL820 GBD File Specification Sheet
devtools::install_github("whatalnk/readgbd")
gbd_data <- read_gbd(path_to_gbd_data)
header <- gbd_data[["header"]]
data <- gbd_data[["data"]]
options(digits.secs=n)
, %OSn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.