You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would use your library to write RData in a C++ software but i can't use it.
I try to write an RData from your example, everything works but when i want to add a second table the produced RData can't be loaded in R. I tried to load with R 3.5 and R 4.0 in the both cases R gave me the error : ReadItem : unknown type 0, perhaps written by later version of R ?
One issue is that each table will iterate over all of the writer's columns when writing the "names" and "var.labels" attributes. The columns need to be associated with the individual tables rather than the writer object somehow.
I'm faced exactly the same problem in my project exporting multiple tables in the same RData file. The file is created but it's impossible to load the file in R.
Hello,
I would use your library to write RData in a C++ software but i can't use it.
I try to write an RData from your example, everything works but when i want to add a second table the produced RData can't be loaded in R. I tried to load with R 3.5 and R 4.0 in the both cases R gave me the error : ReadItem : unknown type 0, perhaps written by later version of R ?
This is the script I use:
and
Thank you
Thomas
The text was updated successfully, but these errors were encountered: