The following are step-by-step instructions for creating a fairly basic but still useful website using [R Markdown](https://rmarkdown.rstudio.com/) (through [R Studio](https://rstudio.com/products/rstudio/)) and [Github](https://github.com/).
Background A good while back (around 2 years as of this writing), I needed the feature to turn an R Markdown document into a Word document (that’s easy) and to apply custom styles to specific parts of the Word document (that was trickier).
Some code and examples showing how to generate a conflict of interest statement required by some funding agencies in an almost completely automated manner.
Some code and examples showing how to process and analyze meta-data for a set of publications using the `bibilometrix` R package.
Some code and examples showing how to process and analyze meta-data for a set of publications using the `scholar` R package.
The following are step-by-step instructions for creating your own website using [blogdown](https://bookdown.org/yihui/blogdown/), [Hugo](https://gohugo.io/) and [Netlify](https://www.netlify.com/).