create_dependency | R Documentation |
Download and create dependency function.
create_dependency( name, tag = NULL, open = interactive(), options = charpente_options() )
name |
Name of library. |
tag |
Library version. Default to NULL. If NULL, takes the latest version. |
open |
Whether to allow rstudioapi to open the newly created script. Default to TRUE. |
options |
See charpente_options. |
## Not run: create_dependency("tabler") # Use CDNs create_dependency( "framework7", options = charpente_options(local = FALSE) ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.