Run after running list_files_*() |> spot_{funs|pkgs}_files()
to unnest the
spotted
list-column.
Examples
if (FALSE) {
library(funspotr)
library(dplyr)
list_files_github_repo("brshallo/feat-eng-lags-presentation", branch = "main") %>%
spot_funs_files() %>%
unnest_results()
}