Skip to content
Snippets Groups Projects
Commit 00f03ea8 authored by hpolvech's avatar hpolvech
Browse files

test space

parent 984a6599
No related branches found
No related tags found
No related merge requests found
......@@ -180,9 +180,11 @@ Find all flights that:
<details><summary>Solution</summary>
<p>
```{r filter_chalenges_a, eval=TRUE}
filter(flights, arr_delay >= 60 | arr_delay <= 120)
```
```{r filter_chalenges_b, eval=TRUE}
filter(flights, dest %in% c("IAH", "HOU"))
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment