I’m trying to reference a column within a .dtbin that was exported from R.
As an example, here’s the structure:
– There is the name of the .dtbin itself (“data”, from data.dtbin)
– Inside, I have a named data.frame (“CF4”)
– Then inside the data.frame, the column name I’m trying to specifically reference (“time”).
How do I write out a formatted reference to this “time” column to use in the definition of an expression (“f(x)”) data column?
Thanks!