Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03_Fiches_thematiques/Fiche_donnees_temporelles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ Les dates en output de `time()`{.r} sont au format ts et non au format
`Date`. Pour les convertir, il faut utiliser la fonction
`zoo::as.Date()`{.r} :

```{r, warning = FALSE}
```{r}
#| echo: true
#| eval: true
#| warning: false
Expand Down
Loading