R filter()

Jmnote (토론 | 기여)님의 2020년 4월 15일 (수) 10:45 판 (→‎같이 보기)

1 개요

dplyr
  • "Return Rows With Matching Conditions"
library(dplyr, warn.conflicts = FALSE)
filter(starwars, species == "Human")
library(dplyr, warn.conflicts = FALSE)
filter(starwars, species == "Human" & gender == "female")

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}