시작하기무료로 시작하기

Create an R package

Reproducibility and usability are pivotal in data analysis, and R packages cater to these needs perfectly. This exercise focuses on the usethis package in R, a tool that simplifies the creation of your own R packages.

Imagine you've been handed the task by your manager of creating an R package around converting different distance measurements from one unit to another. This exercise sets you on this productive path with the first step.

The usethis package has been loaded for you in this and the following exercises.

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

Developing R Packages

강의 보기

연습 안내

  • Create the skeleton of an R package named "unitConverter" using the usethis package.
  • Validate the package has been created by checking the file and directory structure of the package.

실습형 인터랙티브 연습

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

# Create a package skeleton named unitConverter
___

# View and check the R package directory
___
코드 편집 및 실행