Skip to content
Prev 666 / 12125 Next

[R-pkg-devel] Problems with :::

On 28.01.2016 14:20, Duncan Murdoch wrote:
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