Skip to content
Prev 173251 / 398506 Next

R equivalent to MATLAB's "whos" Command?

Wow.  Thank you for your quick response.  However, I'm looking for an R command that lists what is currently in the R workspace. 

Here is a link to a description of the MATLAB "whos" command:
http://www.math.carleton.ca/old/help/matlab/MathWorks_R13Doc/techdoc/ref/who.html
Essentially, it does the following:
"who lists the variables currently in the workspace.

whos lists the current variables and their sizes and types. It also reports the totals for sizes.

who('global') and whos('global') list the variables in the global workspace
"
--- On Tue, 3/10/09, Jorge Ivan Velez <jorgeivanvelez at gmail.com> wrote:

            
By any chance is there an R equivalent to MATLAB' "whos" command? I tried searching R and R-seek, but didn't really come up with anything. There are several items I would like to make sure are stored in the workspace and check their values.  Thank you again for your help and any feedback.