Create Mouseovers

Usage

popup(presentation = FALSE, rmd.path = NULL)

Arguments

presentation
logical. If TRUE created popup.js documentation in the PRESENTATION directory. FALSE generates the documentation in the REPORT directory.
rmd.path
An optional path to a .Rmd file if presentation = FALSE.

Value

Generates an assets directory with appropriate javascript and css to make mousever popups.

Description

Generate mousever events for text.

Details

popup adds the css/js scripts necessary to create hight quality mouseover popup events. The user must become familiar with Nicolas Honing's popup.js. Currently no shortcut reports package tag generating function is offered for popups that utilize popup.js. To view example uses see https://github.com/trinker/popup_example.

Note

If adding popup.js documents to non-slidify, .Rmd based presentations the user may have to manually add:

to the document.

Examples

## Not run: # popup()# ## End(Not run)