googleCharts
googleCharts copied to clipboard
"column" is masked from ‘package:shiny’
Great package, but when I installed this with devtools, the "fixedPage" and "fixedRow" functionality in shiny broke since "column" is masked:
Attaching package: ‘googleCharts’
The following object is masked from ‘package:shiny’:
column
Ah, I wished I had seen this issue - could have saved me at least 24 hours! This indeed is a problem. But otherwise the package seems brilliant.
A workaround for this issue: shiny::column(width=4)