Description Usage Arguments Value Examples
Load the ETG-4000 data
1 | load_ETG4000_data(x, header_ETG4000)
|
x |
Raw csv file. |
header_ETG4000 |
A list representing an ETG-4000 header. |
A data frame.
1 2 3 | file_path <- system.file("extdata", "Hitachi_ETG4000_24Ch_Total.csv", package = "fnirsr")
ETG_header <- load_ETG4000_header(file_path)
load_ETG4000_data(file_path, ETG_header)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.