scapr RajegGede Primahadi Wijaya 2018 An R wrapper function to format strings into small-capitals when writing in an R Markdown document.<br><div><br></div><div>I create this R function to save me from writing the HTML mark-up over and over again (which is prone to error) for turning strings into small capital during the writing of the analyses for my thesis in R Markdown. I wrap the mark-up into an R function-call `scaps()` that can be used in an inline-code when writing report in R Markdown.</div><div><br></div><div>Creating this package is also a way for me to learn how (i) to develop an R package (based on Hadley Wickham's book <a href="http://r-pkgs.had.co.nz">R Packages</a>) and (ii) to generate a static website for the package using the <a href="http://pkgdown.r-lib.org">pkgdown</a> </div>