Reading data into R Column Names

PennController for IBEX Forums Support Reading data into R Column Names

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6692
    mg5171
    Participant

    Hi,
    I’m having some issues reading data into R with the new PCIbex system–or, rather, the data reads in just fine with the function, but I can’t figure out how to have the column names (the ones that were PCIbex -specific, like ‘MD5 hash…’, ‘Time results received,’ etc. The columns that come from my own data spreadsheet and logging are there, but the others are labeled NA., NA..1, NA..2, etc. Is there a way to get the old column names back?
    Thanks!

    #6695
    Jeremy
    Keymaster

    Hi,

    Remove these three lines from the definition of read.pcibex:

    if (index < length(cols)){
        cols <- c()
    }

    Jeremy

    #6696
    mg5171
    Participant

    Perfect, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.