The closest thing I've been able to find for this is:
help(,"rjags")
The first parameter specifies the searched thing, second one specifies the package. By keeping only the second one, I hope to get all help pages that relate to that package. This is equivalent of
help(package = "rjags")
This might not work in general though, as in ?help
the functionality of omitting the first parameter is described as
topic is not optional: if it is omitted R will give
- If a package is specified, (text or, in interactive use only, HTML) information on the package, including hints/links to suitable help
topics.