search for: formalss3

Displaying 1 result from an estimated 1 matches for "formalss3".

Did you mean: formals
2013 Aug 23
1
Accessing the formals() of a non-exported method without :::?
Dear List, I'm in the process of making tweaks to my various R packages following changes in r-devel for package checks. I'm wondering about the one use of ::: in one of my packages. I am arranging for a call to a non-exported S3 method via do.call. For this I need the arguments of the function and hence I was doing Args <- head(formals(analogue:::wa.default), -1) Following the