Some packages (e.g. base) display a help page describing the package when the command help("base") or ?base is given.
How can this be accomplished when creating a package when roxygen2 is used to create the documentation?
Some packages (e.g. base) display a help page describing the package when the command help("base") or ?base is given.
How can this be accomplished when creating a package when roxygen2 is used to create the documentation?
Copyright © 2021 Jogjafile Inc.
See this chapter of R Packages (2e) by Hadley Wickham and Jennifer Bryan: Documentation/Function documentation/Help topic for the package.