패키지이기 때문에 사용하려면 library(dplyr)로 로드해야 한다는 점도 잊지 마세요.

    # 패키지 로딩
    library(dplyr)-----Ctrl+Enter
    
    다음 패키지를 부착합니다: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
        filter, lag
    
    The following objects are masked from 'package:base':
    
        intersect, setdiff, setequal, union

     

    dplyr 패키지를 설치했고, 로드까지 완료했습니다. 이제 dplyr 패키지의 모든 함수를 사용할 수 있습니다.

    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.