I am writing documentation for a small R project. The project is in Shiny ; I'd rather not put it inside a package, and not use roxygen2.
All I want is to generate an Rd file manually, and then be able to view the information on a function via Rstudio's autocomplete functionality.
My question is where does the .Rd file have to be located so that its contents are automatically recognized?