views: Get a list of Rmonad objects matching the given tag

Description Usage Arguments Value Examples

View source: R/access.R

Description

Get a list of Rmonad objects matching the given tag

Usage

1
views(m, ...)

Arguments

m

Rmonad object

...

one or more tags

Value

list of Rmonad objects

Examples

1
2
3
4
5
6
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')

arendsee/rmonad documentation built on Dec. 19, 2020, 9:06 p.m.