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
Thank you for this useful package!
I have a problem with rownames that disappear when I manipulate the dataframe with dplyr before using d3heatmap. For example, this displays row names correctly:
Hello,
Thank you for this useful package!
I have a problem with rownames that disappear when I manipulate the dataframe with dplyr before using d3heatmap. For example, this displays row names correctly:
but this is no longer the case here:
I think that it is due to the fact that row names are deprecated in tibbles, as discussed here:
tidyverse/tibble#123.
Is there a workaround ?
Thank you for your help!
The text was updated successfully, but these errors were encountered: