klmr / box

Write reusable, composable and modular R code
https://klmr.me/box/
MIT License
829 stars 47 forks source link

Make third argument of register_S3_method optional #305

Closed klmr closed 10 months ago

klmr commented 1 year ago

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')