开始使用免费开始使用

Create an R package R Markdown template file

Now that you have a data set inside your unitConverter package, the next step is to showcase how to use your package to convert the units in this data. One way to do this is by creating an R Markdown document that serves as a template for users of your package.

本练习是课程的一部分

Developing R Packages

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Make an R Markdown template file
___
编辑并运行代码