I am trying to look within the function 'tab1' of the 'table1' R package to see if I can customize a couple of things on a table. Getting the following error:
table1
function (x, ...)
{
UseMethod("table1")
}
<bytecode: 0x0000023376840aa0>
<environment: namespace:table1>
# I used as described above.
> UseMethod("table1")
Error in UseMethod("table1") :
'UseMethod' used in an inappropriate fashion