Make a network or igraph graph object of dependencies and
reverse dependencies from tibble output by functions like
`get_neighborhood`, `get_all_dependents`etc
Usage
make_neighborhood_graph(ndf, type = "igraph")
Arguments
ndf
(tibble) Output by functions like `get_neighborhood`,
`get_all_dependents` etc
type
(string, Default: "igraph") Graph object type. Either "network"
or "igraph"