Skip to content

Commit cc52701

Browse files
committed
added R output
1 parent 871903a commit cc52701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

r.md

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ myChar <- 'A' # Identical results
186186
```
187187
A **string** is a sequence of characters:
188188
```
189+
# R
190+
189191
myString <- 'Hello, World!'
190192
```
191193
Characters cannot be accessed by their index, like for vectors. Specific functions are available to work with strings.

0 commit comments

Comments
 (0)