unnest_results | R Documentation |
Run after running list_files_*() |> spot_{funs|pkgs}_files()
to unnest the
spotted
list-column.
unnest_results(df)
df |
Dataframe outputted by |
An unnested dataframe with what was in spotted
moved to the front.
spot_funs_files()
, spot_pkgs_files()
library(funspotr)
library(dplyr)
list_files_github_repo("brshallo/feat-eng-lags-presentation", branch = "main") %>%
spot_funs_files() %>%
unnest_results()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.