शुरू करेंमुफ़्त में शुरू करें

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
___
कोड संपादित करें और चलाएँ