Skip to content

Commit

Permalink
Making more clear how to render the document at R console
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers committed Dec 13, 2016
1 parent 6b6b90f commit 6e15423
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

This is a paper aiming to cover aspects of social scientific workflow useful for graduate students.

To create a pdf file in RStudio, click on "Knit to PDF".
To create a pdf file in RStudio, click on "Knit to PDF" or at the R console type:

```
library(rmarkdown)
render('workflow.Rmd')
```

At the command line do (assuming that pandoc and pandoc-citeproc and pandoc-crossref are installed):

Expand Down

0 comments on commit 6e15423

Please sign in to comment.