powered by
Run after running list_files_*() |> spot_{funs|pkgs}_files() to unnest the spotted list-column.
list_files_*() |> spot_{funs|pkgs}_files()
spotted
unnest_results(df)
An unnested dataframe with what was in spotted moved to the front.
Dataframe outputted by spot_{funs|pkgs}_files() that contains a spotted list-column.
spot_{funs|pkgs}_files()
spot_funs_files(), spot_pkgs_files()
spot_funs_files()
spot_pkgs_files()
if (FALSE) { library(funspotr) library(dplyr) list_files_github_repo("brshallo/feat-eng-lags-presentation", branch = "main") %>% spot_funs_files() %>% unnest_results() }
Run the code above in your browser using DataLab