I sometimes referred to fn names with () and sometimes without.
I should use () all the times since the field Functions created by R automatically contains function names with parentheses.
To check if that I did not forget some the best is to check at the index of the PDF manual (devtools::build_manual()).
I sometimes referred to fn names with
()and sometimes without.I should use
()all the times since the field Functions created by R automatically contains function names with parentheses.To check if that I did not forget some the best is to check at the index of the PDF manual (
devtools::build_manual()).