We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://stackoverflow.com/questions/32514371/error-with-rstudios-rpresentation-and-taucharts
The following error is shown in Rpresentation (From RStudio) <!-htmlpreserve-> when rendering a tauchart on one of the presentation slides.
<!-htmlpreserve->
Whereas with ioslides there is no error and the graph is plotted nicely and keeps all its interactivity.
Do I need to add an additional parameter in the chunk options? Or do I need to specifically assign print to the object?
Code:
```{r,warning=FALSE,error=FALSE,message=FALSE,echo=FALSE} tauchart(df) %>% tau_stacked_bar(x="x",y="y",color="color") %>% tau_legend() %>% tau_tooltip() ```
The text was updated successfully, but these errors were encountered:
I did find this: https://twitter.com/rstudio/status/594227156319862785 but now wonder if there's any compatibility hack/update for it.
Sorry, something went wrong.
No branches or pull requests
http://stackoverflow.com/questions/32514371/error-with-rstudios-rpresentation-and-taucharts
The following error is shown in Rpresentation (From RStudio)
<!-htmlpreserve->
when rendering a tauchart on one of the presentation slides.Whereas with ioslides there is no error and the graph is plotted nicely and keeps all its interactivity.
Do I need to add an additional parameter in the chunk options? Or do I need to specifically assign print to the object?
Code:
The text was updated successfully, but these errors were encountered: