[x] Also missing the @return field in the documentation.
[x] Use message() instead of print() to output messages.
[x] All @params should use sentence case and end with a full stop, with two spaces of extra indention for descriptions spanning over multiple lines: https://style.tidyverse.org/documentation.html
A few style improvements needed:
@return
field in the documentation.@params
should use sentence case and end with a full stop, with two spaces of extra indention for descriptions spanning over multiple lines: https://style.tidyverse.org/documentation.html