代码之家  ›  专栏  ›  技术社区  ›  Joe

从Rmd块输出内联显示的数据帧/tibles的控制格式

  •  1
  • Joe  · 技术社区  · 7 年前

    enter image description here

    其他时候,数据帧将被格式化为上下和左右滚动选项。

    enter image description here

    我已将RStudio版本更新为1.1.456并尝试paged.print=假但无法显示滚动视图。

    enter image description here

    1 回复  |  直到 7 年前
        1
  •  2
  •   DanY    7 年前

    paged.print 控制此行为。您可以通过自己编写参数来更改它,也可以单击代码块的gear图标并在那里选择/取消选择选项:

    enter image description here

    推荐文章