R from command line, view window with all variables with values -


i use r , matlab command line , edit files external editors. in matlab, command workspace opens graphical window list of variables and current values. if double click on complex object, matrix, matlab automatically opens window table containing values.

is there similar way in r?

in this link, in end of first "box", listed command browse.workspace, seems looking for. unfortunately cannot invoke it.

i tried commands prints output in terminal (like str(as.list(.globalenv))) not result. when have got lot of variables big mess.


Comments