RMI-PACTA / pacta.multi.loanbook

Calculate PACTA climate metrics across multiple loan books.
https://rmi-pacta.github.io/pacta.multi.loanbook/
Other
0 stars 0 forks source link

consider grouping man pages for matching `plot_*()` and `prep_*()` functions #135

Closed cjyetman closed 1 month ago

cjyetman commented 1 month ago

consider grouping man pages for matching plot_*() and prep_*() functions

Every plot_*() function is paired with a prep_*() function. It would make sense to combine the documentation of each pair into a single man page to reduce clutter.

technique explained here: https://roxygen2.r-lib.org/articles/reuse.html#multiple-functions-in-the-same-topic

related to (but different than) #119