To add yourself to this roster, please complete up to Lesson 1.8 Contribute website with fork & pull request.
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>"),
exercises = glue("<a href='{exercises_website}'>{basename(exercises_website)}</a>")) %>%
select(user, name = full_name, exercises) %>%
datatable(escape=F)