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
Hi Markus, how can we use GoogleVis with the new package FlexDashboard? FlexDashboard is like the intersection between a basic .Rd and shinyDashboards.
To visualize the plot (let's say I have called the output of a googlevis chart as d), I have tried: d plot(d) renderGvis(d)
also have tried setting op <- options(gvis.plot.tag='chart')
I can get the html to show up in the output, but nothing I try renders the block. Somebody asked in the github of flexdashboard... but I'm not sure it's a problem on their end... http://www.github.com/rstudio/flexdashboard/issues/26
There must be a simple solution,, no? hopefully I'm just messing something up?
The text was updated successfully, but these errors were encountered:
Hi Markus, how can we use GoogleVis with the new package FlexDashboard? FlexDashboard is like the intersection between a basic .Rd and shinyDashboards.
To visualize the plot (let's say I have called the output of a googlevis chart as
d
), I have tried:d
plot(d)
renderGvis(d)
also have tried setting
op <- options(gvis.plot.tag='chart')
I can get the html to show up in the output, but nothing I try renders the block. Somebody asked in the github of flexdashboard... but I'm not sure it's a problem on their end... http://www.github.com/rstudio/flexdashboard/issues/26
There must be a simple solution,, no? hopefully I'm just messing something up?
The text was updated successfully, but these errors were encountered: