mschubert / ebits

R bioinformatics toolkit incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`io$load` should not extract columns from a `data.frame`

mschubert opened this issue · comments

io$load checks if there is one or more elements in the .RData file, and it assigns either the object or a list of objects to the lhs.

If loading a data.frame, it treats it as a list and extracts its columns.

This should not happen.

this works in current dev HEAD