10.26180/5b594d8ac0f15 Gede Primahadi Wijaya Rajeg Gede Primahadi Wijaya Rajeg scapr Monash University 2018 R programming language small-capitalisation markup languages rstats R Markdown R package Programming Languages Markup Languages Computer Software Coding and Information Theory 2018-08-03 07:02:45 Software https://bridges.monash.edu/articles/software/scapr/6864806 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>