View source: R/blackrock-parser.R
read_nsx_nev | R Documentation |
Current implementation supports minimum 2.3 file specification version. Please contact the package maintainer to add specification configurations if you want us to support older versions.
read_nsx_nev(
paths,
nev_path = NULL,
header_only = FALSE,
nev_data = TRUE,
verbose = TRUE,
ram = FALSE,
force_update = FALSE,
temp_path = file.path(tempdir(), "blackrock-temp")
)
paths |
'NSx' signal files, usually with file extensions such as
|
nev_path |
'NEV' event files, with file extension |
header_only |
whether to load header information only and avoid reading signal arrays |
nev_data |
whether to load |
verbose |
whether to print out progress when loading signal array |
ram |
whether to load signals into the memory rather than storing
with |
force_update |
force updating the channel data even if the headers haven't changed |
temp_path |
temporary directory to store the channel data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.