Closed cjyetman closed 1 month ago
consider grouping man pages for matching plot_*() and prep_*() functions
plot_*()
prep_*()
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
consider grouping man pages for matching
plot_*()
andprep_*()
functionsEvery
plot_*()
function is paired with aprep_*()
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