Description Usage Arguments Details
Resolved some iEEG format import situation when the header could be missing.
1 | read_csv_no_header(file, nrows = Inf, drop = NULL)
|
file |
csv file to read from. The file must contains all numerical values |
nrows |
number of rows to read |
drop |
passed to |
The function checks the first two rows of csv file.
If the first row has different storage.mode
than
the second row, then the first row is considered header, otherwise
header is treated missing. Note file
must have at least two
rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.