View source: R/logger_VEGABAR.R
readLogger_VEGA_BAR54_raw | R Documentation |
Read Logger File from VEGA BAR54 raw
readLogger_VEGA_BAR54_raw(filepath, trimMetadata = TRUE)
filepath |
full path to logger file |
trimMetadata |
if TRUE, metadata of class "character" are trimmed (by
using |
readLogger_VEGA_BAR54
## Not run: # set paths to example files (contained in this package) file_1 <- extdataFile("VEGA/example_VEGA_BAR54_raw1.gnd") file_2 <- extdataFile("VEGA/example_VEGA_BAR54_raw2.gnd") # read the files x1 <- readLogger_VEGA_BAR54_raw(file_1) x2 <- readLogger_VEGA_BAR54_raw(file_2) # get meta data kwb.utils::getAttribute(x1, "metadata") kwb.utils::getAttribute(x2, "metadata") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.