Description Usage Arguments Details Value Examples
Produces subgraph of dependencies of R script
1 | getDepSubgraph(rscript, project.id = getProject(), plotTF = FALSE)
|
rscript |
R script name |
project.id |
Project graph |
plotTF |
logical to plot or not |
Only needs one or the other argument.
list with subgraph in igraph format, data frame format, and layout for plottingss
1 2 3 4 5 | ## Not run:
subGraph <- scriptSubgraph(project.id=getProject())
plot(subGraph[[1]],vertex.label=basename(igraph::V(subGraph[[1]])$name),layout=subGraph[[2]])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.