parent
aaf0d55fde
commit
ef573db03b
|
@ -96,7 +96,7 @@ Type this code and notice similar assistance help with the paired quotation mark
|
||||||
x <- "hello world"
|
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
|
> x <- "hello
|
||||||
|
|
Loading…
Reference in New Issue