getGraphData | R Documentation |
getGraphData
getGraphData(
path = "./",
excluded_packages = c(""),
package_types = c("imports", "depends")
)
path |
Path to package |
excluded_packages |
Packages to exclude |
package_types |
Types of packages to be included in the result. Default: c("imports", "depends") Available types are: "imports", "depends", "suggests", "enhances", "linkingto" |
net_data graph data
# Only run in interactive session
if (interactive()) {
graphData <- getGraphData()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.