Learn R Programming

rmonad (version 0.7.0)

size: Return the number of nodes in the workflow

Description

Return the number of nodes in the workflow

Usage

size(m)

Arguments

m

Rmonad object

Examples

Run this code
# NOT RUN {
m <- 256 %>>% sqrt %>>% sqrt
size(m)
# }

Run the code above in your browser using DataLab