Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions episodes/14-knitr-markdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ more time on your analyses instead of writing reports.

Ideally, such analysis reports are *reproducible* documents: If an
error is discovered, or if some additional subjects are added to the
data, you can just re-compile the report and get the new or corrected
data, you can re-compile the report and get the new or corrected
results rather than having to reconstruct figures, paste them into
a Word document, and hand-edit various detailed results.

Expand Down Expand Up @@ -149,7 +149,7 @@ Each will appear as:
You can use whatever method you prefer, but *be consistent*. This maintains the
readability of your code.

You can make a numbered list by just using numbers. You can even use the
You can make a numbered list by using numbers instead. You can even use the
same number over and over if you want:

```
Expand Down