if (FALSE) {
library(dplyr)
library(funspotr)
# pulling and analyzing my R file github gists
files_local <- list_files_wd()
# Will just parse the first 2 files/gists
contents <- spot_funs_files(slice(files_local, 2:3))
contents %>%
unnest_results()
}
Run the code above in your browser using DataLab