Other than the excellent SO answer here, and the Roxygen manual and vignette, is there any particularly thorough guide to using Roxygen?
also Rd. Rd is a written abbreviation for road. It is used especially in addresses and on maps or signs.
Add roxygen2 comments to your . R files. Press Ctrl/Cmd + Shift + D or type devtools::document() to convert roxygen2 comments to . Rd files.
help operator in R provide access to the documentation pages for R functions, data sets, and other objects, both for packages in the standard R distribution and for contributed packages. To access documentation for the standard lm (linear model) function, for example, enter the command help(lm) or help("lm") , or ?
I'm working on a guide (but it's still incomplete).
A more comprehensive set of vignettes have been added to the package, and were made available on CRAN as of version 4.0.0.
The user2010 tutorial that was presented by the roxygen authors is available here. It's not really a thorough guide, but still very useful I think.
Even with the refrences above, I still had trouble finding a good kickstarter example until I found this other Github page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With