Skip to content

Commit

Permalink
luigi first
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jul 10, 2024
1 parent f03159a commit 11bd6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ adp |>
```{r layout = "l-page"}
avail |>
select(league_name, name, pos=position, team, n, ovr_avg, ovr_sd, pos_avg, pos_sd) |>
mutate(league_name = forcats::fct_relevel(league_name, "#SFB14 - Luigi")) |>
dplyr::arrange(league_name) |>
dplyr::rename_with(~gsub("_"," ", .x)) |>
mutate(rank = "", .before = name) |>
reactable(
Expand Down

0 comments on commit 11bd6b9

Please sign in to comment.