Description Usage Arguments Value Examples
Reads a ghg file and creates a data frame from it.
1 |
file |
the file path to the input file |
a data.frame with data extracted from the input ghg file
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.