
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")
)
'NSx' signal files, usually with file extensions such as
'.ns1'
, '.ns2'
, '.ns3'
, '.ns4'
, '.ns5'
.
'NEV' event files, with file extension '.nev'
whether to load header information only and avoid reading signal arrays
whether to load '.nev'
comments and 'waveforms'
whether to print out progress when loading signal array
whether to load signals into the memory rather than storing
with filearray
; default is false
force updating the channel data even if the headers haven't changed
temporary directory to store the channel data