R flexdashboard remove title bar

前端 未结 2 1514
太阳男子
太阳男子 2021-01-05 22:21

I am working on a project using rMarkdown and the flexdashboard package from rStudio. Everything is coming together nicely. B

2条回答
  •  粉色の甜心
    2021-01-05 23:04

    I am not aware of any flexdashboard option. But you could use jQuery to remove the navbar and move the body up. Just include the following snippet right after your YAML:

    
    
    

    I think this leaves the main navigation bar of the parent document untouched. If not it might need some lsight modification.

提交回复
热议问题