From 01ed9b81328138aa7232750a39aff26c21477781 Mon Sep 17 00:00:00 2001 From: "Hasan K. Tosun" Date: Fri, 13 Mar 2020 17:30:27 -0500 Subject: [PATCH] Edits typo in line #234: your -> you are --- 02_r-basics.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02_r-basics.Rmd b/02_r-basics.Rmd index 06b0dee..bd8e48b 100644 --- a/02_r-basics.Rmd +++ b/02_r-basics.Rmd @@ -231,7 +231,7 @@ abline(a, b, col = "purple") dev.print(pdf, "toy_line_plot.pdf") ``` -Let's say this is a good start of an analysis and your ready to start preserving the logic and code. Visit the History tab of the upper right pane. Select these commands. Click "To Source". Now you have a new pane containing a nascent R script. Click on the floppy disk to save. Give it a name ending in `.R` or `.r`, I used `toy-line.r` and note that, by default, it will go in the directory associated with your project. +Let's say this is a good start of an analysis and you are ready to start preserving the logic and code. Visit the History tab of the upper right pane. Select these commands. Click "To Source". Now you have a new pane containing a nascent R script. Click on the floppy disk to save. Give it a name ending in `.R` or `.r`, I used `toy-line.r` and note that, by default, it will go in the directory associated with your project. Quit RStudio. Inspect the folder associated with your project if you wish. Maybe view the PDF in an external viewer. @@ -275,4 +275,4 @@ file.remove(c("avg_x.txt", "toy_line_plot.pdf")) ``` ```{r links, child="links.md"} -``` \ No newline at end of file +```