Skip to content

Commit

Permalink
Update quarto.qmd (hadley#1621)
Browse files Browse the repository at this point in the history
Replaced "a ridiculous degree of accuracy" with "a ridiculous degree of precision", as that is what the number of decimal places relates to.
  • Loading branch information
e-linc authored Jan 19, 2024
1 parent bfa59fa commit b0aa400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ When the report is rendered, the results of these computations are inserted into
> The distribution of the remainder is shown below:

When inserting numbers into text, `format()` is your friend.
It allows you to set the number of `digits` so you don't print to a ridiculous degree of accuracy, and a `big.mark` to make numbers easier to read.
It allows you to set the number of `digits` so you don't print to a ridiculous degree of precision, and a `big.mark` to make numbers easier to read.
You might combine these into a helper function:

```{r}
Expand Down

0 comments on commit b0aa400

Please sign in to comment.