Closed doliv071 closed 2 months ago
Thanks for the issue! You're correct—we'll update that wording.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Feature
The documentation for
tidy
states that...
are not used:However, some specific tidy functions do use these dots e.g.
tidy.glht
which passes the dots to thesummary
function.