klmr / box

Write reusable, composable and modular R code

Home Page:https://klmr.me/box/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make third argument of register_S3_method optional

klmr opened this issue · comments

Please describe your feature request

Instead of having to write, e.g.

box::register_S3_method('print', 'currency', print.currency)

‘box’ should support

box::register_S3_method('print', 'currency')