R/belongs.to.R

Defines functions `belongs.to`

`belongs.to` <-
function(element, setsList) {
    sapply(setsList, has.element, element)
}
alexsanchezpla/goProfiles documentation built on May 28, 2019, 4:54 p.m.