Skip to content

Commit

Permalink
Merge pull request #565 from wccarleton/ep07_rmd
Browse files Browse the repository at this point in the history
Text on ln35, ep07 rmd.
  • Loading branch information
zkamvar authored Apr 26, 2023
2 parents 8f084f7 + 5d468e0 commit b266011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/07-knitr-R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To get started, install the `knitr` package.
install.packages("knitr")
```

When you click on File -> New File, there is an option for "R Markdown...". Choose this and accept the default options in the dialog box that follows (but note that you can also create presentations this way). Save the file and click on the "Knit HTML" button at the top of the script. Compare the output to the source.
To create a new `knitr` document in RStudio, click on File -> New File, and then select "R Markdown..." from the dropdown list. Accept the default options in the dialog box that follows (but note the other document formats to choose from, including presentations). Save the file and click on the dropdown arrow next to the "Knit" button at the top of the script window. This will bring up another dropdown menu, this time with a number of options for controlling `knitr` output. Select the "Knit to HTML" option to create an HTML document based on the markdown file. Compare the output to the source.

> ## Formatting Text in Markdown
>
Expand Down

0 comments on commit b266011

Please sign in to comment.