network_plot {funspotr} | R Documentation |
funspotr Network Plot
Description
Output simple network plot using
visNetwork connecting either
funs
or pkgs
to relative_paths
/absolute_paths
.
Usage
network_plot(df, to = .data$pkgs, show_each_use = FALSE)
Arguments
df |
Dataframe containing columns |
to |
|
show_each_use |
Binary, default is |
Value
visNetwork plot
Examples
library(dplyr)
library(funspotr)
gh_ex_pkgs <- list_files_github_repo(
repo = "brshallo/feat-eng-lags-presentation",
branch = "main") %>%
spot_funs_files()
gh_ex_pkgs %>%
unnest_results() %>%
network_plot(to = pkgs)
[Package funspotr version 0.0.4 Index]