Blogdown website with wowchemy theme is not rendering interactive plots and table

98 views Asked by At

I am using wowchemy theme for a blog. Initially, the visualization from ggplot2, plotly, and HTML table from DT::datatable was not rendering.

The static visualization is rendered using the following code.

knitr::opts_chunk$set(echo = TRUE, fig.path = "static")

But, This didn't render the interactive visualization and HTML table from DT and rmarkdown::paged_table().

0

There are 0 answers