scaffold_leprechaun {packer} | R Documentation |
Leprechaun
Description
Creates the basic structure for leprechaun app with JavaScript.
Usage
scaffold_leprechaun(
react = FALSE,
vue = FALSE,
use_cdn = TRUE,
edit = interactive()
)
Arguments
react |
Whether to include React, internally runs |
vue |
Whether to include Vue, internally runs |
use_cdn |
Whether to use the CDN for react or vue dependencies,
this is passed to |
edit |
Automatically open pertinent files. |
Details
Only one of react
or vue
can be set to TRUE
.
Value
TRUE
(invisibly) if successfully run.
[Package packer version 0.1.3 Index]