On 7/21/20 9:11 PM, Jason Levy wrote:
Dear R Scholars Many R users have successfully loaded and used the attached WVS RDATA file into my R program.
You appear to have made a common mistake in assuming that attachments of any sort can be processed by the Rhelp mail-server. Only attachments of type postscript, PDF and plain-text can survive the scrubbing process. It is possible to make an attachment that will hold a faithful representation of R objects using dput or dump, but they must have extension .txt when attached by mail-clients.
-- David.
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. There have been so many questions and answers about this topic but I am at my wits end. I apologize for asking such a basic question. I ave I have tried this command and I cannot even view it, let alone edit the file y <- load('WVS.RData') head(y) thank you for your guidance, Jack ______________________________________________ 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.
______________________________________________ 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.