添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

The digits option controls the number of digits displayed for dataframes, but tidy() returns a tibble. You can control the number of digits displayed for tibbles with the pillar.sigfig option:

options(pillar.sigfig = 5)
tidy(emms)

Or you can just coerce your results to a dataframe:

as.data.frame(tidy(emms))