unnest_results: Unnest Results

View source: R/spot-files.R

unnest_resultsR Documentation

Unnest Results

Description

Run after running ⁠list_files_*() |> spot_{funs|pkgs}_files()⁠ to unnest the spotted list-column.

Usage

unnest_results(df)

Arguments

df

Dataframe outputted by ⁠spot_{funs|pkgs}_files()⁠ that contains a spotted list-column.

Value

An unnested dataframe with what was in spotted moved to the front.

See Also

spot_funs_files(), spot_pkgs_files()

Examples


library(funspotr)
library(dplyr)

list_files_github_repo("brshallo/feat-eng-lags-presentation", branch = "main") %>%
  spot_funs_files() %>%
  unnest_results()


brshallo/funspotr documentation built on Jan. 4, 2024, 10:08 a.m.