You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add yourself to this roster, please complete up to Lesson [1.8 Contribute website with fork & pull request](https://noaa-iea.github.io/r3-train/collaborate.html#18_Contribute_website_with_fork__pull_request).
```{r}
librarian::shelf(
dplyr, DT, glue, readr)
read_csv("data/roster.csv") %>%
arrange(github_username) %>%
mutate(
user = glue("<a href='https://github.com/{github_username}'>@{github_username}</a>"),