Skip to content

Commit

Permalink
Update 04-data-structures-part1.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Helysalgado committed Apr 19, 2018
1 parent 851975f commit aa437ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/04-data-structures-part1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ cats <- read.csv(file="data/feline-data_v2.csv")
typeof(cats$weight)
```

Oh no, nuestros pesos ya no son de tipo **double**! Si intentamos hacer los mismos cálculos anteriores, tenemos problemas:
¡Oh no, nuestros pesos ya no son de tipo **double**! Si intentamos hacer los mismos cálculos anteriores, tenemos problemas:

```{r}
cats$weight + 2
Expand Down

0 comments on commit aa437ce

Please sign in to comment.