network_plot | R Documentation |
Output simple network plot using
visNetwork connecting either
funs
or pkgs
to relative_paths
/absolute_paths
.
network_plot(df, to = .data$pkgs, show_each_use = FALSE)
df |
Dataframe containing columns |
to |
|
show_each_use |
Binary, default is |
visNetwork plot
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.