I have a question about the "roxygen2" package:
I have seen a lot of tutorials that make use of it for package documentation (such as the major "object documentation" page by Hadley Wickham)
So what if I do have R code that is not a package, say an R project? Can you document R Projects with roxygen2 as well?
I was still able to run the
package.skeleton(name='RoxygenSkeleton', code_files = "Roxygen.R", force=TRUE)
function to create the basic package structure and .Rd files were created. But I would desire a nice output in HTML or PDF...