Skip to content

Commit

Permalink
Merge pull request #49 from deltoro05/patch-1
Browse files Browse the repository at this point in the history
Update formater-nombre.qmd
  • Loading branch information
larmarange authored Apr 4, 2024
2 parents c7eb0f4 + 6d7826e commit 919c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manipulation/formater-nombre.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ label_comma()(x)
label_percent()(x)
```

On peut utiliser cette fonction pour afficher des résultats en pour mille (le [code Unicode](https://unicode-table.com/fr/2030/) du symbole ‰ étant u2030) :
On peut utiliser cette fonction pour afficher des résultats en pour mille (le [code Unicode](https://symbl.cc/fr/2030/) du symbole ‰ étant u2030) :

```{r}
label_percent(scale = 1000, suffix = "\u2030")(x)
Expand Down

0 comments on commit 919c3af

Please sign in to comment.