I have several R packages containing many datasets I'd like to classify according to applicable methods and have this information searchable in the documentation and hopefully the associated pkgdown
site.
Here is a sample, classified with tags in an Excel file
From the R-exts manual, the only thing I can see is concept{}
, e.g.,
\keyword{datasets}
\concept{loglinear}
\concept{logit}
\concept{2x2}
Is there anything else I can use for this purpose?
Also, In RStudio, I can't find any way to search the documentation for one of these
keywords.