Update quarto.qmd (#1621)
Replaced "a ridiculous degree of accuracy" with "a ridiculous degree of precision", as that is what the number of decimal places relates to.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user