Vladimir Eremeev
2007-Jan-29 11:52 UTC
[R] how to explore contents of R data file from command line?
Dear all, I have a directory with my research project, containing files .RData and inflow.RData I am just curious, is there any way to explore contents of inflow.RData from command line without affecting .RData and without copying inflow.RData to another location? I can see names and character attributes (of something in the file) in a 3rd party raw file viewer. -- View this message in context: http://www.nabble.com/how-to-explore-contents-of-R-data-file-from-command-line--tf3135483.html#a8688071 Sent from the R help mailing list archive at Nabble.com.
Henrique Dallazuanna
2007-Jan-29 12:21 UTC
[R] how to explore contents of R data file from command line?
You can try copy the file into another location and in the R: load(file.choose()) ls() choose the file .RData On 29/01/07, Vladimir Eremeev <wl2776@gmail.com> wrote:> > > Dear all, > > I have a directory with my research project, containing files > .RData > and > inflow.RData > > I am just curious, is there any way to explore contents of inflow.RDatafrom > command line without affecting .RData and without copying inflow.RData to > another location? > I can see names and character attributes (of something in the file) in a > 3rd > party raw file viewer. > > -- > View this message in context: > http://www.nabble.com/how-to-explore-contents-of-R-data-file-from-command-line--tf3135483.html#a8688071 > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > 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. >-- Henrique Dallazuanna [[alternative HTML version deleted]]