Can RStudio automatically generate an roxygen template for a function?

前端 未结 4 2060
执笔经年
执笔经年 2020-12-29 18:26

Does RStudio support any automated roxygen template creation?

In Emacs-ESS, C-x C-o will produce an roxygen template for a function. For example, it wi

4条回答
  •  情歌与酒
    2020-12-29 19:22

    Alternatively you can use the R package RoxygenReady to create Roxygen skeletons / Roxygen templates.

提交回复
热议问题