ggplot2-exts / ggplot2-exts.github.io

A list of ggplot2 extensions
159 stars 40 forks source link

Fixed example: add_rownames has been deprecated #36

Open FvD opened 7 years ago

FvD commented 7 years ago

The example uses a deprecated dplyr function (add_rownames) that will not run anymore in current versions. The tibble function rownames_to_column() should be used instead.