One of the many advantages of packaging your functions in a library is the option to add help text to your functions. This can be useful for several reasons, but sometimes it's just not worth it to create a custom package.
What are some options to add help text to custom functions in R, outside of creating a custom package?
This question from six years ago touches on some options. However, most of the answers are cumbersome, and I was hoping that some alternative methods were available.