expss R set_caption() not outputting to Excel

最后都变了- 提交于 2019-12-11 16:38:18

问题


Yesterdays print output to Excel script you sent me basically working well. One issue though. I use set_caption() a lot as my clients want the full question wording above each table [the reference to the variable label isn't enough]. When I use set_caption() the Console version shows it correctly, but when I export it to Excel [via the function you sent yesterday] the tables with set_caption() aren't outputted to Excel.

I have tried adding %>% set_caption(xxx) in both the cro and longer piped versions. I do put this at the end of each line - could this be the problem? All the examples of set_caption() are at the end of the line and this works on Console outputs. Any ideas on how I can include the full question for each crosstab if set_caption() won't work? Thanks again & regards. Mark

来源:https://stackoverflow.com/questions/56489768/expss-r-set-caption-not-outputting-to-excel

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