[R] how to view and edit this RData file

2020-07-22 Thread Jason Levy
Dear R Scholars Many R users have successfully loaded and used the attached WVS RDATA file into my R program. I would just would like help viewing, editing etc. I wanted to include the actual RData file (which was not attached previously) I can successfully load the RData file: load('WVS.RData')

[R] viewing, editing and saving an RDATA file

2020-07-22 Thread Jason Levy
Dear R Scholars Many R users have successfully loaded and used the attached WVS RDATA file into my R program. I would just would like help viewing, editing etc. It is only one line of code to load in. *load('WVS.RData')* I would like help on how to view, edit and save this 2.461 MB RData file. The