DetectIE: Detect Internet Explorer

Description Usage Arguments Value Author(s) Examples

View source: R/DetectIE.R

Description

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.

Usage

1

Arguments

NULL

no inputs are required

Value

none, called for side effect

Author(s)

Ryan Kuhn, CPA; ryan.l.kuhn@questdiagnostics.com

Examples

1
2
3
```{r, echo=FALSE, results='asis'}
DetectIE()
```

kuhnrl30/DGX documentation built on May 20, 2019, 7:05 p.m.