Description Usage Arguments Value Examples
Download and extract a module to the 'modules' folder in the active working directory. If you are using an RStudio project then it will be saved in the 'modules' folder of your project. If the 'modules' folder does not exist, it will be created.
1 2 3 4 5 6 7 8 |
name |
name of the module. |
repo |
A GitHub repository to look for modules. By default, this uses 'dymium-org/dymiumModules'. |
version |
the version of the module to download. If not given, the latest version will be downloaded. |
force |
A logical value. force download even though the module already exists locally. |
remove_download |
a logical value whether to delete the downloaded zip file or not. |
.basedir |
:: |
path to the module.
1 2 3 4 5 | ## Not run:
# download an test module.
download_modules("test", version = "0.0.1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.