read_nsx {ieegio} | R Documentation |
Read ('BlackRock') 'NEV' 'NSx' data
Description
Read ('BlackRock') 'NEV' 'NSx' data
Usage
read_nsx(
file,
extract_path = getOption("ieegio.extract_path", NULL),
header_only = FALSE,
cache_ok = TRUE,
include_waveform = FALSE,
verbose = TRUE
)
Arguments
file |
file path to the data file |
extract_path |
location to where the extracted information is to be stored |
header_only |
whether to only load header data |
cache_ok |
whether existing cache should be reused; default is
|
include_waveform |
whether to include 'waveform' data (usually for
online spike sorting); default is |
verbose |
whether to print processing messages; default is |
Value
A cached object that is readily to be loaded to memory; see
SignalDataCache
for class definition.
[Package ieegio version 0.0.2 Index]