%0 Computer Program %A Rajeg, Gede Primahadi Wijaya %D 2018 %T scapr %U https://bridges.monash.edu/articles/software/scapr/6864806 %R 10.26180/5b594d8ac0f15 %2 https://ndownloader.figshare.com/files/12663269 %K R programming language %K small-capitalisation %K markup languages %K rstats %K R Markdown %K R package %K Programming Languages %K Markup Languages %K Computer Software %K Coding and Information Theory %X An R wrapper function to format strings into small-capitals when writing in an R Markdown document.

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.

Creating this package is also a way for me to learn how (i) to develop an R package (based on Hadley Wickham's book R Packages) and (ii) to generate a static website for the package using the pkgdown
%I Monash University