Does anybody knows how can I display the memory usage in R? I'd like to know how much RAM R is using to store a data set that I'm reading, is it possible? Thanks in advance, Beatriz -- View this message in context: http://r.789695.n4.nabble.com/display-memory-usage-tp4175898p4175898.html Sent from the R help mailing list archive at Nabble.com.
Typing ??memory at an R prompt lists several functions that might be helpful, depending on exactly what you want to know. Sarah On Fri, Dec 9, 2011 at 4:29 AM, bcdc <bia.cdc at gmail.com> wrote:> Does anybody knows how can I display the memory usage in R? I'd like to know > how much RAM R is using to store a data set that I'm reading, is it > possible? > > Thanks in advance, > Beatriz >-- Sarah Goslee http://www.functionaldiversity.org
? object.size On Dec 9, 2011 4:13 AM, "bcdc" <bia.cdc@gmail.com> wrote:> Does anybody knows how can I display the memory usage in R? I'd like to > know > how much RAM R is using to store a data set that I'm reading, is it > possible? > > Thanks in advance, > Beatriz > > -- > View this message in context: > http://r.789695.n4.nabble.com/display-memory-usage-tp4175898p4175898.html > 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. >[[alternative HTML version deleted]]