tidymodels / hardhat

Construct Modeling Packages
https://hardhat.tidymodels.org
Other
103 stars 17 forks source link

mold.data.frame() should be documented with default_xy_engine() #62

Closed DavisVaughan closed 5 years ago

DavisVaughan commented 5 years ago

Do the same with the other engines

mold() is more of a stub that pushes you through to the other engine specific mold() pages.

That is where documentation for x and y is done, which makes the documentation cleaner to read.

DavisVaughan commented 5 years ago

This means that new_default_xy_engine and the other new_default_*() constructors should be moved to their own page (they share lots of arguments anyways, and if we left them in there with mold.data.frame it would just be confusing)

github-actions[bot] commented 3 years ago

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.