Skip to content

Commit

Permalink
partial victory, so making the link now
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 13, 2016
1 parent 49d6d3b commit 45c0274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 31_usage-first-use-r-script-and-github.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ writeLines(demo_code, "render-r-script-demo.R")
```{r eval = FALSE, code = demo_code}
```

Behind the scenes here we have used `rmarkdown::render()` to render this script and you can go visit it on GitHub.
Behind the scenes here we have used `rmarkdown::render()` to render this script and you can go [visit it on GitHub](https://github.com/jennybc/happy-git-with-r/blob/master/render-r-script-demo.md).

```{r render-demo-code, include = FALSE}
rmarkdown::render("render-r-script-demo.R", output_format = "github_document")
Expand Down

0 comments on commit 45c0274

Please sign in to comment.