From ef573db03bd74b39d021ff73ce927920ffac42a0 Mon Sep 17 00:00:00 2001 From: seamus-mckinsey Date: Mon, 22 Aug 2016 10:42:53 -0400 Subject: [PATCH] Update workflow-basics.Rmd (#297) fixed a couple typos --- workflow-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-basics.Rmd b/workflow-basics.Rmd index 7e94bd5..2f751ec 100644 --- a/workflow-basics.Rmd +++ b/workflow-basics.Rmd @@ -96,7 +96,7 @@ Type this code and notice similar assistance help with the paired quotation mark x <- "hello world" ``` -Quotation marks and parentheses must always come in a pair. RStudio does it's best to help you, but it's still possible to mess up and end up with a mismatch. If this happen, R will show you the continuation character "+": +Quotation marks and parentheses must always come in a pair. RStudio does its best to help you, but it's still possible to mess up and end up with a mismatch. If this happens, R will show you the continuation character "+": ``` > x <- "hello