为什么RStudio View模式中的逻辑向量不显示长度?

rma*_*gno 6 r rstudio

在基本矢量类型中,逻辑上没有显示其长度的特殊原因是什么?

View(list(1:10, rep(NA, 10), rep(1.0, 10), rep('x', 10)))
Run Code Online (Sandbox Code Playgroud)

视图

Kev*_*hey 2

这确实是一个错误:感谢您提出问题(https://github.com/rstudio/rstudio/issues/4347)。这将在 RStudio (v1.2) 的下一版本中修复。