Closed stephhazlitt closed 6 years ago
I could be wrong, but I think the convention is that ?package-name
provide an overview of the package and then help(package = "rems")
provides a list of functions.
I am sure you are correct. At this time ?rems
brings up nothing -- and many users use this path to get to the list of functions via the index. I am not sure what the overview documentation is called, but I think it would be useful to add to rems
.
yeah, I almost never use help(package = "rems")
- can never remember the syntax. ?rems
is much nicer
and behold usethis::use_package_doc()
It would be useful of users could get the list of functions using
?rems
in the console.