attach("file.RDA") # attaching the file to R, all its variables become 'visible' # it should be on the 2nd position of the search path. # see ?search ls(2) # list everything in 2nd position of the search path
You can also load() this file. In this case all data from this file will be loaded to the global environment and mixed with those already existing in it. Jittima Piriyapongsa wrote: > > Hi, > > I have a set of gene expression data in .RDA file. I have downloaded > Bioconductor and R program for analyzing these data. Anyway, I am not sure > how > to open this RDA file in R program (what is the command?) in order to look > at > these data. And which package should I use for analyzing it e.g. plot the > expression image? > > Thank you. > Jittima > > -- View this message in context: http://www.nabble.com/What-is-RDA-file-and-how-to-open-it-in-R-program--tf4506992.html#a12860411 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org 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.