Fix a typo (#464)
This commit is contained in:
parent
4a27316c13
commit
87f480713d
|
@ -72,7 +72,7 @@ c(TRUE, TRUE, FALSE, NA)
|
|||
|
||||
### Numeric
|
||||
|
||||
Integer and double vectors are known collectively as numeric vectors. In R, numbers are doubles by default. To make an integer, place a `L` after the number:
|
||||
Integer and double vectors are known collectively as numeric vectors. In R, numbers are doubles by default. To make an integer, place an `L` after the number:
|
||||
|
||||
```{r}
|
||||
typeof(1)
|
||||
|
|
Loading…
Reference in New Issue