Stargazer: changing line style

混江龙づ霸主 提交于 2021-01-28 17:43:31

问题


Is is possible to change line style in stargazer table in Rstudio, or does one need to change if "by-hand" in latex source code:

for example:

library(stargazer)
library(dplyr)


mtcars[1:10, ] %>% 
  stargazer(type = "text", summary = F)

if I want last line to be double line, do I have to change it in latex code or can it be done in Rstudio?

来源:https://stackoverflow.com/questions/60636700/stargazer-changing-line-style

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!