Report Title

Author

Your Name or Email

Published

July 28, 2025

Introduction

This Rmarkdown template was developed to incorporate the DHHS styling guide requirements into Rmarkdown HTML reports. This template will not guide the user through everything you can do in Rmarkdown. For further information on Rmarkdown, please refer to The Rmarkdown Definitive Guide.

Analysis

The template allows for the user to also create Tabsets that will follow the required colors for DHHS, for example:

Summary

Include summary information and/or graphs.

Code

Although code blocks are disabled, if the user needs to share their code within their report, they can override that functionality by inserting echo=TRUE in the options field of the code block.

# df %>% 
#   select() %>% 
#   mutate() %>% 
#   group_by() %>% 
#   summarise()

Limitations

Conclusion

Blockquotes will follow the same styling as the rest of the template, for example:

DHHS Rmarkdown template for everyone.