admin管理员组文章数量:1222446
I am trying to encrypt an html file using R. The file is a simple .html with a single reactable() table Every time I render the file with encryptedRmd, the margins in the .html are huge and reactable() will have a horizontal scroll. How can I reduce the margins and remove the horizontal scroll? Initially I save a reactable to a widget with a title, then save to html
reactable_table_object <- reactablefmtr::add_title(reactable_table_object, title = "test")
htmlwidgets::saveWidget(reactable_table_object, "object.html")
then I try to encrypt the .html file but I have no idea how to adjust this css parameter so that anything in the body of the html document does not get a horizontal scroll
rmarkdown::render("object.html", output_format = encryptedRmd::encrypted_html_document())
thanks
本文标签: rremove horizontal scroll in html document generated from encryptedRmdStack Overflow
版权声明:本文标题:r - remove horizontal scroll in html document generated from encryptedRmd - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1739385650a2160918.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论