NewGraphEnvironment / hsp

Health and Safety Plan
https://newgraphenvironment.github.io/hsp/
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

Tables are a puzzle for later #2

Closed NewGraphEnvironment closed 1 year ago

NewGraphEnvironment commented 2 years ago

Don't bother with the tables right now (we will likely extract them all - all at once with docextractor) ....

Don't even bother with this next bit now please. Make a couple placeholders for table by populating and nameing Rmarkdown chunks (cntrl-alt-I) and put the links to them in the text. The links won't work if there is no caption written for the table so you can experiment making dummy tables using the knitr::kable function and fpr::fpr_kable. load and try the out the fpr::fpr_kable() function in the fpr package. To load it use devtools::install_github("NewGraphEnvironment/fpr"). You will need to run some of the chunks in the index.Rmd file to get it to work. To see help type ?fpr_kable (after loading the package with library(fpr) to see how to tweak things like captions, footnotes and font size

NewGraphEnvironment commented 1 year ago

fpr::fpr_kable() no longer a puzzle.

Don't forget about the caption_text, footnote_text and other param tricks to make things look right in gitbook and pdf such as scroll = gitbook_on though