plotly.R
plotly.R copied to clipboard
gather()_ command
I am using the plotly package to convert a ggplot object to a plotly object (using command ggplotly). I get the following warning:
Warning: gather_() was deprecated in tidyr 1.2.0.
ℹ Please use gather() instead.
ℹ The deprecated feature was likely used in the plotly package.