Fixing typo in numbers chapter (#1425)
This commit is contained in:
committed by
GitHub
parent
50f061228f
commit
0a5be3a022
@@ -14,7 +14,7 @@ Numeric vectors are the backbone of data science, and you've already used them a
|
|||||||
Now it's time to systematically survey what you can do with them in R, ensuring that you're well situated to tackle any future problem involving numeric vectors.
|
Now it's time to systematically survey what you can do with them in R, ensuring that you're well situated to tackle any future problem involving numeric vectors.
|
||||||
|
|
||||||
We'll start by giving you a couple of tools to make numbers if you have strings, and then going into a little more detail of `count()`.
|
We'll start by giving you a couple of tools to make numbers if you have strings, and then going into a little more detail of `count()`.
|
||||||
Then we'll dive into various numeric transformations that pair well with `mutate()`, including more general transformations that can be applied to other types of vector, but are often used with numeric vectors.
|
Then we'll dive into various numeric transformations that pair well with `mutate()`, including more general transformations that can be applied to other types of vectors, but are often used with numeric vectors.
|
||||||
We'll finish off by covering the summary functions that pair well with `summarize()` and show you how they can also be used with `mutate()`.
|
We'll finish off by covering the summary functions that pair well with `summarize()` and show you how they can also be used with `mutate()`.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user