R filter()

Jmnote (토론 | 기여)님의 2020년 4월 15일 (수) 10:42 판 (→‎개요)

1 개요

dplyr
  • "Return Rows With Matching Conditions"
library(dplyr, warn.conflicts = FALSE)
options(echo = TRUE)
filter(starwars, species == "Human")
filter(starwars, mass > 1000)

2 같이 보기

3 참고

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