russHyde / dupree

{dupree} helps identify code blocks that have a high level of similarity in a set of R files
https://russhyde.github.io/dupree/
Other
37 stars 0 forks source link

Pass dots to the tibble print method #89

Closed mikemahoney218 closed 1 year ago

mikemahoney218 commented 1 year ago

Howdy! I'd like to propose a small tweak to the dups print method, to let people pass arguments via ... to the tibble print method. My use-case is to print out tables with > 10 rows, which get truncated by print.tibble(). In that situation, it'd be nice to pass n to the tibble print method via ....

russHyde commented 1 year ago

Hi, sorry, this got drowned under some work notifications. I'll try to have a look later today.