Are there any good R object browsers?

后端 未结 8 1119
无人共我
无人共我 2020-12-24 02:27

S-Plus has a great object explorer and data editor built into its GUI. It allows you to easily see all the objects in the workspace at a glance, and sort them by name, size

相关标签:
8条回答
  • 2020-12-24 02:55

    The lsos() function shown in this SO questions is also a primitive object browser:

    R> lsos()
                   Type  Size Rows Columns
    ls.objects function 11792   NA      NA
    lsos       function  1112   NA      NA
    s           numeric   824  100      NA
    y           numeric   184   20      NA
    x           numeric    56    3      NA
    z           logical    32    1      NA
    R> 
    
    0 讨论(0)
  • 2020-12-24 02:57

    RStudio has a nice object browser.

    0 讨论(0)
提交回复
热议问题