Skip to content

Commit 094e5ed

Browse files
committed
Merge pull request #1 from rdpeng/master
Pull 08/09/2015
2 parents c865b64 + 11de7c7 commit 094e5ed

File tree

30 files changed

+1863
-610
lines changed

30 files changed

+1863
-610
lines changed
Binary file not shown.

02_RProgramming/DataTypes/index.Rmd

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
88
highlighter : highlight.js # {highlight.js, prettify, highlight}
99
hitheme : tomorrow #
1010
url:
11-
lib: ../../libraries
11+
lib: ../../librariesNew
1212
assets: ../../assets
1313
widgets : [mathjax] # {mathjax, quiz, bootstrap}
1414
mode : selfcontained # {standalone, draft}
@@ -200,7 +200,9 @@ NAs introduced by coercion
200200
> as.logical(x)
201201
[1] NA NA NA
202202
> as.complex(x)
203-
[1] 0+0i 1+0i 2+0i 3+0i 4+0i 5+0i 6+0i
203+
[1] NA NA NA
204+
Warning message:
205+
NAs introduced by coercion
204206
```
205207

206208
---
@@ -472,4 +474,4 @@ Data Types
472474

473475
- data frames
474476

475-
- names
477+
- names

0 commit comments

Comments
 (0)