Skip to content
Snippets Groups Projects
Commit 62bde9e0 authored by hpolvech's avatar hpolvech
Browse files

balise P

parent e6c259e2
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
...@@ -41,7 +41,7 @@ As usual you will also need the `tidyverse` library. ...@@ -41,7 +41,7 @@ As usual you will also need the `tidyverse` library.
</div> </div>
<details><summary>Solution</summary> <details><summary>Solution</summary>
<p> <p>
```{r installP, eval = F} ```{r installP, eval = F}
install.packages("nycflights13") install.packages("nycflights13")
``` ```
...@@ -50,7 +50,7 @@ install.packages("nycflights13") ...@@ -50,7 +50,7 @@ install.packages("nycflights13")
library("tidyverse") library("tidyverse")
library("nycflights13") library("nycflights13")
``` ```
</p> </p>
</details> </details>
## Data set : nycflights13 ## Data set : nycflights13
......
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