shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
library(purrr) latest_events <- function(username) { json <- gh::gh("/users/{username}/events/public", username = username) tibble::tibble( repo = json %>% map_chr(c("repo", "name")), type = json %>% map_chr("type"), ) }