시작하기무료로 시작하기

Debug errors with load_all()

You've been working with your friend on the weight_converter() function, and you have just dumped it to the weight_converter.R file. You next want to check to make sure all of the R files in the package load, and then make any fixes if errors are found.

The devtools package has been loaded for you.

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

Developing R Packages

강의 보기

실습형 인터랙티브 연습

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

# Load all files
___
코드 편집 및 실행