sivirep icon indicating copy to clipboard operation
sivirep copied to clipboard

Add pkgdown reference index sections

Open Bisaloo opened this issue 1 year ago • 0 comments

sivirep currently provides many utility function to manipulate data provided by the SIVIGILA source.

As a result, the pkgdown reference index can be a bit overwhelming. It would be good to group the functions into logical sections, as ggplot2 for example is doing.

Your good design work makes it particularly easy here since you have use consistent function prefixes and names moulds throughout the package so you can just use selectors such as starts_with().

Related pkgdown documentation: https://pkgdown.r-lib.org/reference/build_reference.html#reference-index

Bisaloo avatar Jan 22 '24 17:01 Bisaloo