powered by
Get a list of Rmonad objects matching the given tag
views(m, ...)
Rmonad object
one or more tags
list of Rmonad objects
# NOT RUN { library(magrittr) 1 %>>% prod(2) %>% tag('a/b') %>>% prod(2) %>% tag('a/c') %>>% prod(2) %>% tag('a/c') %>>% prod(2) %>% tag('g/a') -> m views(m, 'a') # }
Run the code above in your browser using DataLab