For fritools, we make exhaustive use of categorizing functions into families with the `See also` section of the man pages (which are generated by the @family tags in the code files).
find_missing_see_also(path, list_families = TRUE)find_missing_family(path, list_families = TRUE, clean = TRUE)
Path to a (package) directory.
List the function families defined so far.
Remove temporary directory?
For `find_missing_see_also`: a character vector of man pages with missing `See also` sections.
For `find_missing_family`: a character vector of function names with missing `@family` tags.
Other searching functions:
compare_vectors()
,
file_modified_last()
,
find_files()
,
fromto()
,
search_files()
,
search_rows()
,
summary.filesearch()