I have a package with an S4 object and 10 functions which have the same 10 arguments. I can either just write the same @param for 10 times (as I currently do), or maybe I can just write them once with Roxygen2 in a documentation file. But I'm not sure whether it's feasible. I've seen another question on stackoverflow asking this, and it suggests a possible way of dealing with this.
Thanks in advance!