size: Return the number of nodes in the workflow

Description Usage Arguments Examples

View source: R/graph.R

Description

Return the number of nodes in the workflow

Usage

1
size(m)

Arguments

m

Rmonad object

Examples

1
2
m <- 256 %>>% sqrt %>>% sqrt
size(m)

arendsee/rmonad documentation built on Dec. 19, 2020, 9:06 p.m.