readCallback {rintrojs} | R Documentation |
Read a JS callback function into rintrojs
Description
Reads a JS callback function into rintrojs
Usage
readCallback(funname = c("switchTabs"))
Arguments
funname |
The name of the function you want to use. Options include:
|
Value
A string containing the body of a callback function
Examples
## Not run:
introjs(session, events = list(onbeforechange = readCallback("switchTabs")))
## End(Not run)
[Package rintrojs version 0.3.4 Index]