knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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:
knitr::include_graphics("man/figures/README-load-data.png")
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:
knitr::include_graphics("man/figures/README-load-data-popup.png")
After download use button to parse data:
knitr::include_graphics("man/figures/README-downloaded-data.png")
Go to graph tab to view plotted network:
knitr::include_graphics("man/figures/README-plot-all.png")
Select node based on value from select input in sidebar or by clicking node on graph:
knitr::include_graphics("man/figures/README-plot-node.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.