use_js_utils {leprechaun} | R Documentation |
JavaScript Utils
Description
Add utility JavaScript function, e.g.: to hide or show element in the DOM.
Usage
use_js_utils(overwrite = FALSE, quiet = FALSE)
Arguments
overwrite |
Whether to overwrite existing files. |
quiet |
Whether to print messages. |
Value
Invisibly returns a boolean indicating whether the operation was successful.
Note
This requires use_packer. Also, it will require using build.
Examples
## Not run: use_js_utils()
[Package leprechaun version 1.0.0 Index]