brad-cannell / codebookr

Create Codebooks From Data Frames
https://brad-cannell.github.io/codebookr/
Other
26 stars 7 forks source link

Stylize the Description #51

Open mbcann01 opened 7 months ago

mbcann01 commented 7 months ago

Overview

Working on the L2C codebook, I wanted to stylize the description a little bit. For example, I wanted to add some bolded headers. Off the top of my head, I'm not sure that this is possible. I want to play around with it a little bit. If I do get it to work, I should probably add it to the README or a vignette.

Notes on stylizing with officer

Just passing formatted officer paragraphs to the description argument of the codebook() function doesn't work. This is because the description argument is just looking for a character vector.

Solution options:

Tasks

mbcann01 commented 7 months ago

2024-02-15