Update workflow-basics.Rmd (#297)

fixed a couple typos
This commit is contained in:
seamus-mckinsey 2016-08-22 10:42:53 -04:00 committed by Hadley Wickham
parent aaf0d55fde
commit ef573db03b
1 changed files with 1 additions and 1 deletions

View File

@ -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