I have two functions in one family. I am documenting with roxygen2 and I can combine them into one help file, but I donโt know how to make the usage field in the documentation have both functions.
I tried:
This gives:
matrix2vectors(cor.mat) vectors2matrix(cor.vect)
I tried to separate with commas, and it gives only the first, and I tried separate usage tags, and it uses only the first.
How can I make two elements in a use box using roxygen, and so they will be on separate lines (e.g. ?lapply )?
EDIT: Question by GeeSee, the entire .R file
source share