Skip to content

Commit

Permalink
Update a11_benchmark.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Sep 9, 2024
1 parent 1aae714 commit 3592b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/a11_benchmark.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ library(dplyr)
library(tidyr)
library(gt)
library(scales)
```

```{r}
# Functions
niceNum <- function(x, dec = 0) {
trimws(format(round(as.numeric(x), dec), big.mark = ",", nsmall = dec, scientific = FALSE))
Expand Down Expand Up @@ -61,7 +63,9 @@ niceOverlapLabels <- function(labels) {
)
)
}
```

```{r}
# Results
createRData <- FALSE
if (createRData) {
Expand Down

0 comments on commit 3592b57

Please sign in to comment.