dplyr로 하는 프로그래밍
Dr. Chester Ismay
Educator, Data Scientist, and R/Python Consultant
select(), filter(), summarize(), group_by(), mutate()의 주요 dplyr 동사로 파이프라인 구성starts_with(), ends_with(), contains()matches()select(), everything(), relocate()로 열 순서 변경across()로 여러 열에 동일 변환 적용if_any(), if_all()로 열 기준에 맞는 행 선택 rowwise(), c_across()로 행 단위 계산dplyr 조인inner_join(), left_join(), anti_join() 복습intersect()union(), union_all()setequal(), setdiff(){{ }}로 함수 작성!!와 비활성화 연산자 enquo() 사용:=, as_name(), !!로 변수명 생성as_label()로 ggplot2 그리기 코드를 함수로 래핑강좌
트랙
dplyr로 하는 프로그래밍