You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correlate functions generates a tibble with "rowname" as the first column. It should be called "variable" (or something similar) instead, to better match the the column content and to avoid having to rename the column when used in printed output.
The text was updated successfully, but these errors were encountered:
This is... a great point. We've decided that our preferred name for the first column is term, like the output from broom::tidy().
It is possible that this change will break folks' existing code, so our plan from here is to start out by keeping the column name the same and generating a soft deprecation warning that the name will change in the future. Then, in another release, we'll change the column name, still with a warning.
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 correlate functions generates a tibble with "rowname" as the first column. It should be called "variable" (or something similar) instead, to better match the the column content and to avoid having to rename the column when used in printed output.
The text was updated successfully, but these errors were encountered: