powered by
Will split on '/'
view(m, ...)
Rmonad object
one or more tag strings specifying a unique node in the pipeline
Rmonad object with head reset
# NOT RUN { library(magrittr) m <- 256 %v>% sqrt %>% tag('a', 'b') %v>% sqrt esc(view(m, 'a/b')) funnel(view(m, 'a'), m) %*>% sum # }
Run the code above in your browser using DataLab