开始使用免费开始使用

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
___
编辑并运行代码