Materials for formatting and stylizing documentation?

Hello,

Is there any recommended resources I could look at for how to stylize my documentation? I am looking for how to stylize certain words in certain situations;

  • R functions/variables, wrap them in a code format; my_var

Those are straightforward, but I struggle with how to stylize database names, database table names, etc. I would love to see reference material that helps standardize stylizing documentation.

Appreciate the time!

Kyle

{roxygen} to draft, Quarto edit and embellish.

The tidyverse style guide might help with some of this, see for instance 7 Documentation | The tidyverse style guide

I realize it helps with what you already know, though, sorry :sweat_smile: