Read ('BlackRock') 'NEV' 'NSx' data
read_nsx(
file,
extract_path = getOption("ieegio.extract_path", NULL),
header_only = FALSE,
cache_ok = TRUE,
include_waveform = FALSE,
verbose = TRUE
)
A cached object that is readily to be loaded to memory; see
SignalDataCache
for class definition.
file path to the data file
location to where the extracted information is to be stored
whether to only load header data
whether existing cache should be reused; default is
TRUE
. This input can speed up reading large data files; set to
FALSE
to delete cache before importing.
whether to include 'waveform' data (usually for
online spike sorting); default is FALSE
whether to print processing messages; default is TRUE