View source: R/shuffle_widget.R
'Shufflejs' doesn't work properly in Internet Explorer, you can use this function to make it work. It load a Polyfill from https://polyfill.io/v2/docs/.
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# Use in Shiny UI
fluidPage(
use_polyfill()
)
# Use in a RMarkdown chunk
```{r, echo=FALSE}
shufflecards:::use_polyfill()
```
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.