See it live here.
EpuRate is a custom R Markdown template for your reports. It allows to get a uncluttered output with your contact details in the footer. It is very easy to use.
The html output looks like this: (you can also see a real version here )
- Install the R package:
library(devtools)
install_github("holtzy/epuRate")
library(epuRate)
-
Open a new rmd file in Rstudio: File -> New File -> R Markdown -> From Template -> epuRate.
-
Change the Header of your document with your name, email adress, github / twitter / linkedIn details if you want to display them.
Thanks to Rstudio and its team for developing so many awesome tools.