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
For the function ggcorr() I think adding an option to change the variable labels with an input field in the function call would be great addition.
I know you can kind of accomplish this by renaming the columns in the original dataframe, but that runs into issues if you'd like more complex names like Mug Moment Aggregate %age, and then you will want to change the column names back for other functions.
For the function
ggcorr()
I think adding an option to change the variable labels with an input field in the function call would be great addition.I know you can kind of accomplish this by renaming the columns in the original dataframe, but that runs into issues if you'd like more complex names like
Mug Moment Aggregate %age
, and then you will want to change the column names back for other functions.For example with the current
ggcorr
And the new input option could look something along the lines of
The text was updated successfully, but these errors were encountered: