Hello!
Is it possible to use pkgdown to generate a website for an R project which is not a package? I have a use case, where I have a couple of folders, each with files containing R functions. All the functions are documented with roxy comments. I do not wish to make these into R packages (for various reasons), but I'd love to have one website which gives the user the same experience as one would if it were an R package.
Cheers!
Rahul