Generate an R package vignette skeleton
You have been working closely with your team on developing this unitConverter R package. You've added data, built functions, documented those functions, and many other practices aligned with successful package development. It's now time to generate a vignette for this package.
The usethis package has been loaded for you.
이 연습은 강의의 일부입니다
Developing R Packages
연습 안내
- Create a vignette with name
"dist_conversion"and title"Distance Conversion Examples".
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Create vignette
___