v <- list('hello','world','lorem','ipsum') print('hello' %in% v) ## [1] TRUE print('yellow' %in% v) ## [1] FALSE print(!'hello' %in% v) ## [1] FALSE print(!'yellow' %in% v) ## [1] TRUE
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT