parsnip has a fairly complex documentation system where the engines for
each model have detailed documentation about the syntax, tuning parameters,
preprocessing needs, and so on.
The functions below are called from .R
files to programmatically
generate content in the help files for a model.
find_engine_files()
identifies engines for a model and creates a
bulleted list of links to those specific help files.
make_seealso_list()
creates a set of links for the "See Also" list at
the bottom of the help pages.
find_engine_files()
is a function, used by the above, to find the
engines for each model function.