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/monadR documentation built on Dec. 16, 2020, 4:26 a.m.