PennController for IBEX › Forums › Support › Reading data into R Column Names › Reply To: Reading data into R Column Names
March 4, 2021 at 11:35 am
#6695
Jeremy
Keymaster
Hi,
Remove these three lines from the definition of read.pcibex
:
if (index < length(cols)){ cols <- c() }
Jeremy