generator | R Documentation |
Create the basic structure for Ambiorix projects.
This approach creates a modular & nested app template which uses box to load & unload modules.
create_basic(path)
create_bootstrap(path)
create_vue(path)
create_package(path)
create_box(path, project_type = c("backend", "frontend"))
path |
String. Path to create template in. |
project_type |
String. The project type. Either "backend" (default) or "frontend". |
create_package
: A basic app in R package form (recommended).
create_basic
: A basic template.
create_bootstrap
: A bootstrap 5 template.
create_vue
: A template using vue.
## Not run:
create_box(path = ".", project_type = "backend")
create_box(path = ".", project_type = "frontend")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.