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
___