Add missing eval: false
This commit is contained in:
@@ -630,6 +630,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins
|
|||||||
5. Converts the user supplied variable that uses clock time (e.g. `dep_time`, `arr_time`, etc) into a decimal time (i.e. hours + minutes / 60).
|
5. Converts the user supplied variable that uses clock time (e.g. `dep_time`, `arr_time`, etc) into a decimal time (i.e. hours + minutes / 60).
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
#| eval: false
|
||||||
weather |> standardise_time(sched_dep_time)
|
weather |> standardise_time(sched_dep_time)
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -949,3 +950,4 @@ A few places to learn more are:
|
|||||||
|
|
||||||
In the next chapter, we'll dive into some of the details of R's vector data structures that we've omitted so far.
|
In the next chapter, we'll dive into some of the details of R's vector data structures that we've omitted so far.
|
||||||
These are not immediately useful by themselves, but are a necessary foundation for the following chapter on iteration which gives you further tools for reducing code duplication.
|
These are not immediately useful by themselves, but are a necessary foundation for the following chapter on iteration which gives you further tools for reducing code duplication.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user