get_node_count.Internal: Recursively determine the number of inputs (direct and...

View source: R/get_node_rank.R

get_node_count.InternalR Documentation

Recursively determine the number of inputs (direct and indirect) into a node.

Description

Recursively determine the number of inputs (direct and indirect) into a node.

Usage

get_node_count.Internal(
  node,
  node_inputs,
  nodes = names(node_inputs),
  remove_selfreference = TRUE
)

Arguments

node

Node in question

node_inputs

A list of character vectors with each of the inputs into the node.

nodes

Names of the nodes in the list.

remove_selfreference

Remove self-references?


danwkenn/simplan documentation built on May 25, 2022, 8:30 p.m.