[R-pkg-devel] Problems with :::
Kirill Müller
kirill.mueller at ivt.baug.ethz.ch
Thu Jan 28 17:42:12 CET 2016
On 28.01.2016 14:20, Duncan Murdoch wrote:
> If the class is just "mytable", then you'll have to change it to
> "ftable" before calling stats::format().
Side note: The following will fail, because format.ftable double-checks
the class of its argument:
format_ftable <- utils::getS3method("format", "ftable")
format_ftable(mytable)
-Kirill
More information about the R-package-devel
mailing list