create_charpente | R Documentation |
A charpente powered package does not differ from other package structure. create_charpente calls a series of function to help you quickly setting up the package structure.
create_charpente(path, remote = NULL, private = FALSE, license)
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
remote |
Name of the remote Github organization to connect to. |
private |
Whether the repository is private. Default to FALSE. |
license |
Which license is your project under? |
## Not run:
create_charpente("bs4Dash")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.