rubenarslan / codebook

Cook rmarkdown codebooks from metadata on R data frames
https://rubenarslan.github.io/codebook/
Other
142 stars 16 forks source link

codebook() knits a seemingly blank .html file #61

Closed nsunami closed 3 years ago

nsunami commented 3 years ago

I was trying to knit this .rmd file into a .html, but it produces a seemingly blank .html file. I do not see any errors on my console or RMarkdown. Does anyone have any idea what would be causing this? (I really want to use this wonderful package in my project!)

rubenarslan commented 3 years ago

Hi @nsunami That is odd. Can you try removing , include=FALSE?

nsunami commented 3 years ago

Thanks for the reply @rubenarslan! I removed the include=FALSE in the knitr::opts_chunk$set() and the resulting .html includes the codebook. Thank you so much!