Skip to content

Instantly share code, notes, and snippets.

@cgpu
Created September 5, 2018 12:49
Show Gist options
  • Save cgpu/01dcceec09ad75b82ac8810268721d98 to your computer and use it in GitHub Desktop.
Save cgpu/01dcceec09ad75b82ac8810268721d98 to your computer and use it in GitHub Desktop.
Install pandoc for cool-looking rmd outputs.
# installing/loading the package:
if(!require(installr)) { install.packages("installr"); require(installr)} #load / install+load installr
# Installing pandoc
install.pandoc()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment