%in% 연산자 - 벡터의 값 존재 여부 구하기


ex)

a<-b[b %in% DAY,]

c<-subset(d, DAY %in% c("Mon", "Tue"))

+ Recent posts