> load("WVS.RData", verbose=TRUE) Loading objects: final.ord > str(final.ord) num [1:82992, 1:74] 2 2 1 2 2 1 2 1 2 2 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:74] "v12" "v13" "v14" "v15" ...
When using load() with unfamiliar data, verbose=TRUE is your friend. Note that this is a numeric matrix, not a data frame. I do hope you have been told what the column names mean because the existing names suggest only that this may be a selection from a larger collection. On Wed, 22 Jul 2020 at 19:40, Jason Levy <lev7...@gmail.com> wrote: > 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') > > > https://drive.google.com/drive/u/1/folders/15QhSBkwEfHLqgZznoaqodWglXuxV4f7P > > > I would like help on how to view, edit and save this 2.461 MB RData file. > I am at my wits end. I apologize for asking such a basic question. I > appreciate your help in advance > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.