By any chance is there an R equivalent to MATLAB's "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.   > ?workspace No documentation for 'workspace' in specified packages and libraries: you could try '??workspace' > ??workspace No help files found with alias or concept or title matching âworkspaceâ using fuzzy matching. > ??whos No help files found with alias or concept or title matching âwhosâ using regular expression matching. > ??whos No help files found with alias or concept or title matching âwhosâ using regular expression matching. > ?whos No documentation for 'whos' in specified packages and libraries: you could try '??whos'
[[alternative HTML version deleted]]
______________________________________________ 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.