pipe_length | R Documentation |
Length of the pipeline
pipe_length(pip)
pip |
|
numeric
length of pipeline, that is, the total number of steps
p <- pipe_new("pipe", data = 1:2)
pipe_add(p, "f1", \(x = 1) x)
pipe_add(p, "f2", \(y = 1) y)
p
pipe_length(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.