powered by
Set the tag of an Rmonad object
tag(m, ..., index = m@head)
Rmonad object
one or more tags for the given nodes
character or integer vector, specifying the nodes which will be assigned the new tag
Rmonad object with new tags
# NOT RUN { library(magrittr) 1 %>>% prod(2) %>% tag('a/b') %>>% prod(3) %>% get_tag # }
Run the code above in your browser using DataLab