Created
September 5, 2018 12:49
-
-
Save cgpu/01dcceec09ad75b82ac8810268721d98 to your computer and use it in GitHub Desktop.
Install pandoc for cool-looking rmd outputs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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