Feature
The documentation for tidy states that ... are not used:
Additional arguments. Not used. Needed to match generic signature only.
However, some specific tidy functions do use these dots e.g. tidy.glht which passes the dots to the summary function.
Feature
The documentation for
tidystates that...are not used:However, some specific tidy functions do use these dots e.g.
tidy.glhtwhich passes the dots to thesummaryfunction.