시작하기무료로 시작하기

Set more package dependencies

Your boss has also requested that you add dplyr as a dependency, since many of the functions in dplyr can facilitate work with our package. dplyr also contains some additional helpful functionality that we want available whenever our package is loaded.

The usethis package has been loaded for you.

이 연습은 강의의 일부입니다

Developing R Packages

강의 보기

연습 안내

  • Add the dplyr package as a required dependency with version 1.1.0 or higher.

실습형 인터랙티브 연습

이 예제를 이 샘플 코드를 완성하여 풀어보세요.

# Import dplyr >= 1.1.0
___
코드 편집 및 실행