Description Usage Arguments Value Author(s) Examples
Use in a markdown file. Older version of IE will not render some of the charts or tables in knitr documents. The function inserts a html snippet which shows a warning message if the user is using Internet Explorer. The snippet uses VBScript code which only IE can interpret. The html snippet will have no effect in Chrome as the browser will not interpret VBScript.
1 | DetectIE()
|
NULL |
no inputs are required |
none, called for side effect
Ryan Kuhn, CPA; ryan.l.kuhn@questdiagnostics.com
1 2 3 | ```{r, echo=FALSE, results='asis'}
DetectIE()
```
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.