A Shiny app for exploring dependencies between functions from selected GitHub repository. Uses shiny.semantic.
Install from GitHub:
devtools::install_github("jakubsob/functionExplorer")
and run:
functionExplorer::run_app()
The app opens to the following interface:
Start page of app.
To show tutorial on how to use click question mark button in top right corner.
To download data use download button to open modal and fill in name of repository to download:
Data downloading popup.
After download use button to parse data:
Tables with loaded and parsed data.
Go to graph tab to view plotted network:
Function dependencies network.
Select node based on value from select input in sidebar or by clicking node on graph:
Function dependencies network with selected node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.