Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02_RProgramming/DataTypes/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NAs introduced by coercion
> as.logical(x)
[1] NA NA NA
> as.complex(x)
[1] 0+0i 1+0i 2+0i 3+0i 4+0i 5+0i 6+0i
[1] NA NA NA
```

---
Expand Down
2 changes: 1 addition & 1 deletion 02_RProgramming/DataTypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NAs introduced by coercion
> as.logical(x)
[1] NA NA NA
> as.complex(x)
[1] 0+0i 1+0i 2+0i 3+0i 4+0i 5+0i 6+0i
[1] NA NA NA
```

---
Expand Down
2 changes: 0 additions & 2 deletions 02_RProgramming/Subsetting/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ Similarly, subsetting a single column or a single row will give you a vector, no
## Subsetting Lists

```r
6/14
Subsetting Lists
> x <- list(foo = 1:4, bar = 0.6)
> x[1]
$foo
Expand Down
2 changes: 0 additions & 2 deletions 02_RProgramming/Subsetting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ Similarly, subsetting a single column or a single row will give you a vector, no
## Subsetting Lists

```r
6/14
Subsetting Lists
> x <- list(foo = 1:4, bar = 0.6)
> x[1]
$foo
Expand Down